Skip to content

Commit

Permalink
fix sidebar image
Browse files Browse the repository at this point in the history
  • Loading branch information
benlei committed Apr 17, 2023
1 parent 585b97f commit e8c7c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Navbar(): JSX.Element {
>
<Menu.Item>
<Menu.Header className={'logo'} as={'a'} href={'/'}>
<Image src={'images/logo.png'} alt={'logo'} floated={'left'} size={'mini'} /> Samsara
<Image src={'/images/logo.png'} alt={'logo'} floated={'left'} size={'mini'} /> Samsara
</Menu.Header>
</Menu.Item>
<Menu.Item>
Expand Down

0 comments on commit e8c7c93

Please sign in to comment.