mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Add type attribute to <link /> (favicon) (#1186)
This commit is contained in:
parent
88e487dc03
commit
44dce72489
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export default class MyDocument extends Document<{
|
|||
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="shortcut icon" href="/just-logo.svg" />
|
||||
<link rel="icon" href="/just-logo.svg" type="image/svg+xml" />
|
||||
<script
|
||||
id="force-dark-mode"
|
||||
dangerouslySetInnerHTML={{ __html: "localStorage['chakra-ui-color-mode'] = 'dark';" }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue