Skip to content

Commit

Permalink
fix(header): 🐛 Alt text of Logo in Header
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Sep 24, 2023
1 parent fe5d48a commit c9a4672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Header = ({ links, style }: HeaderProps) => {
<Box className={classes.root} /*fixed*/ style={{ ...style, height: 60 }}>
<Container className={classes.header} size={'xl'}>
<Group gap={5} className={classes.logo} onClick={() => router.push('/')}>
<img src="/logo.gif" alt="Mantine" height="40" style={{ marginRight: '4px' }} />
<img src="/logo.gif" alt="Logo" height="40" style={{ marginRight: '4px' }} />
{t('buildtheearth')}
</Group>
<Group gap={5} className={classes.links}>
Expand Down

0 comments on commit c9a4672

Please sign in to comment.