We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4ade4 commit 1a5170fCopy full SHA for 1a5170f
src/components/header.js
@@ -77,8 +77,8 @@ export const Header = () => {
77
>
78
<ColorModeImage
79
w={48}
80
- lightSrc={'/parcels-assets/logo-horo.svg'} //TODO: Update to svg in roughly 1h*3w (internal) and 1h*2w external (as was before)
81
- darkSrc={'/parcels-assets/logo-horo_dia.svg'} //TODO: Update to svg in roughly 1h*3w (internal) and 1h*2w external (as was before)
+ lightSrc={'/parcels-assets/logo-horo.svg'}
+ darkSrc={'/parcels-assets/logo-horo_dia.svg'}
82
alt={'parcels logo'}
83
/>
84
</Stack>
0 commit comments