Skip to content

Commit

Permalink
resolve eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann76 committed Jun 13, 2024
1 parent e1952b9 commit f1dcdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const Head: FC<HeadProps> = ({ title, description, favicon }) => {
content={'width=device-width, initial-scale=1.0'}
/>
<meta name={'Description'} content={description} />
<link rel='icon' href={favicon.src} />
<link rel={'icon'} href={favicon.src} />
<ColorSchemeScript />
</NextHead>
</div>
Expand Down

0 comments on commit f1dcdba

Please sign in to comment.