fix: format previous commit
This commit is contained in:
parent
e5359ea4d3
commit
c2a074f734
3 changed files with 16 additions and 4 deletions
|
@ -22,8 +22,18 @@ export default function RootLayout({
|
|||
href='/favicon-96x96.png'
|
||||
sizes='96x96'
|
||||
/>
|
||||
<link rel='icon' type='image/svg+xml' href='/favicon-dark.svg' media='(prefers-color-scheme: dark)'/>
|
||||
<link rel='icon' type='image/svg+xml' href='/favicon-light.svg' media='(prefers-color-scheme: light)'/>
|
||||
<link
|
||||
rel='icon'
|
||||
type='image/svg+xml'
|
||||
href='/favicon-dark.svg'
|
||||
media='(prefers-color-scheme: dark)'
|
||||
/>
|
||||
<link
|
||||
rel='icon'
|
||||
type='image/svg+xml'
|
||||
href='/favicon-light.svg'
|
||||
media='(prefers-color-scheme: light)'
|
||||
/>
|
||||
<link rel='shortcut icon' href='/favicon.ico' />
|
||||
<link
|
||||
rel='apple-touch-icon'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue