Skip to content

Commit

Permalink
chore: Fix typo in favicon docs (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens authored Nov 5, 2024
1 parent 14da553 commit d2d5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/src/foundation/assets/favicon.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Then link all these assets by placing the following tags in the `<head>`:
```html
<head>
...
<link rel="icon" href="favicon/favicon.ico" size="16x16 32x32 48x48 64x64" />
<link rel="icon" href="favicon/favicon.ico" sizes="16x16 32x32 48x48 64x64" />
<link rel="icon" href="favicon/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="favicon/apple-touch-icon.png" />
...
Expand Down

0 comments on commit d2d5fae

Please sign in to comment.