Skip to content

Commit

Permalink
Upgrade MUI version (#17)
Browse files Browse the repository at this point in the history
* 🐎 feat: Update logo in Navigation component for better performance

* ⏫ feat: Update dependencies

This revision mainly fixes problems with MUI.
  • Loading branch information
plzfday authored Aug 2, 2024
1 parent 959d835 commit 1b481bc
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 218 deletions.
2 changes: 1 addition & 1 deletion src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Navigation(props: Props) {

<CustomLink href='/'>
{' '}
<Image src='/logo.png' alt='logo' width={64} height={64} />
<Image src='/logo.png' alt='logo' width={64} height={64} priority />
</CustomLink>
<CustomLink
href='/'
Expand Down
Loading

0 comments on commit 1b481bc

Please sign in to comment.