Skip to content

Commit

Permalink
Update nav logo (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 authored Sep 29, 2023
1 parent a39a839 commit c9052ae
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 23 deletions.
29 changes: 29 additions & 0 deletions public/asset/nav_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions public/asset/nav_spaceship.svg

This file was deleted.

6 changes: 3 additions & 3 deletions src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const Navbar: React.FC = () => {
<Container maxWidth={false}>
<Box sx={{ display: 'flex', flexDirection: 'row', justifyContent: 'space-between' }}>
<Link href="/">
<img src="asset/nav_spaceship.svg" className={s.ship} />
<img src="asset/nav_logo.svg" className={s.ship} />
</Link>
<Box sx={{ display: 'flex', flexDirection: 'row', paddingRight: '8px' }}>
{pages.map((page, index) => (
Expand Down Expand Up @@ -92,7 +92,7 @@ const Navbar: React.FC = () => {
<Container maxWidth={false}>
<Box sx={{ display: 'flex', flexDirection: 'row', justifyContent: 'space-between' }}>
<Link href="/">
<img src="asset/nav_spaceship.svg" className={s.ship} />
<img src="asset/nav_logo.svg" className={s.ship} />
</Link>
<IconButton
size="large"
Expand All @@ -119,7 +119,7 @@ const Navbar: React.FC = () => {
>
<Toolbar sx={{ display: 'flex', flexDirection: 'row', justifyContent: 'space-between' }}>
<Link href="/" onClick={handleMobileClose}>
<img src="asset/nav_spaceship.svg" className={s.ship} />
<img src="asset/nav_logo.svg" className={s.ship} />
</Link>
<IconButton edge="start" color="primary" onClick={handleMobileClose} aria-label="close">
<CloseIcon />
Expand Down

1 comment on commit c9052ae

@vercel
Copy link

@vercel vercel bot commented on c9052ae Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.