Skip to content

Commit

Permalink
style: priority boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Sep 4, 2024
1 parent 5bab6c3 commit 217c172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Header/DesktopHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const DesktopHeader = ({
return (
<StyledHeader>
<LogoContainer onClick={goToHome} role='button' aria-label='Navigate to home'>
<Logo src={theme === 'dark' ? LogoDark : LogoLight} alt='ZK Chain Hub' priority={true} />
<Logo src={theme === 'dark' ? LogoDark : LogoLight} alt='ZK Chain Hub' priority />
{TESTNET_MODE === 'true' && <Testnet>Testnet</Testnet>}
</LogoContainer>

Expand Down

0 comments on commit 217c172

Please sign in to comment.