Skip to content

Commit

Permalink
fix: add alt to header image
Browse files Browse the repository at this point in the history
  • Loading branch information
oae committed Oct 9, 2022
1 parent 8c45e0c commit 0152736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const useStyles = createStyles((theme) => ({
},

title: {
fontFamily: 'Ninja Naruto Regular',
fontFamily: 'Ninja Naruto Regular, Inter',
lineHeight: '56px',
fontWeight: 300,
marginTop: '10px',
Expand Down Expand Up @@ -88,7 +88,7 @@ export function KaizokuHeader({ links }: HeaderSearchProps) {
<Link href="/">
<UnstyledButton component="a">
<Group spacing={10}>
<Image src="/kaizoku.png" height={48} width={48} />
<Image alt="header" src="/kaizoku.png" height={48} width={48} />
<Title order={2} className={classes.title}>
Kaizoku
</Title>
Expand Down

0 comments on commit 0152736

Please sign in to comment.