Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add srcset to nav image element
  • Loading branch information
regalijan committed Mar 25, 2024
1 parent fbc331e commit 00bbe61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Navigation.tsx
Expand Up @@ -93,7 +93,8 @@ export default function (props: {
<img
alt="Car Crushers Logo"
height="36"
src="/files/logo36.png"
src="/files/logo192.png"
srcSet="/files/logo36.png 36w, /files/logo64.png 64w, /files/logo128.png 128w, /files/logo192.png 192w"
width="36"
/>
</a>
Expand Down

0 comments on commit 00bbe61

Please sign in to comment.