Skip to content

Commit 346f6af

Browse files
author
John Letey
authored
refactor(docs): Review changes
1 parent cb072ae commit 346f6af

File tree

1 file changed

+1
-6
lines changed
  • packages/docs/src/components

1 file changed

+1
-6
lines changed

packages/docs/src/components/head.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,13 @@ export default props => {
1919
<Helmet htmlAttributes={{ lang: 'en-US' }}>
2020
<title>{title}</title>
2121
<meta name="description" content={pkg.description} />
22+
<link rel="icon" type="image/png" href="/icon.png" />
2223
<link
2324
rel="icon"
2425
media="(prefers-color-scheme:dark)"
2526
href="/icon-dark.png"
2627
type="image/png"
2728
/>
28-
<link
29-
rel="icon"
30-
media="(prefers-color-scheme:light)"
31-
href="/icon.png"
32-
type="image/png"
33-
/>
3429
<link rel="apple-touch-icon" type="image/png" href="/icon.png" />
3530
<meta name="twitter:card" content="summary" />
3631
<meta name="twitter:site" content="@jxnblk" />

0 commit comments

Comments
 (0)