Skip to content

Commit 1b481bc

Browse files
authored
Upgrade MUI version (#17)
* 🐎 feat: Update logo in Navigation component for better performance * ⏫ feat: Update dependencies This revision mainly fixes problems with MUI.
1 parent 959d835 commit 1b481bc

File tree

2 files changed

+188
-218
lines changed

2 files changed

+188
-218
lines changed

src/components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default function Navigation(props: Props) {
7878

7979
<CustomLink href='/'>
8080
{' '}
81-
<Image src='/logo.png' alt='logo' width={64} height={64} />
81+
<Image src='/logo.png' alt='logo' width={64} height={64} priority />
8282
</CustomLink>
8383
<CustomLink
8484
href='/'

0 commit comments

Comments
 (0)