mirror of
https://github.com/kognise/water.css.git
synced 2025-08-15 01:24:46 +02:00
fix: update icon hrefs for dark mode icons
This commit is contained in:
@@ -173,14 +173,14 @@ const iconModeSwitcher = w.faviconModeSwitcher.default
|
||||
iconModeSwitcher([
|
||||
{
|
||||
element: 'link[rel="shortcut icon"]',
|
||||
href: { dark: '/icons/light-favicon.ico' },
|
||||
href: { dark: './icons/light-favicon.ico' },
|
||||
},
|
||||
{
|
||||
element: 'link[rel="icon"][sizes="16x16"]',
|
||||
href: { dark: '/icons/light-favicon-16x16.png' },
|
||||
href: { dark: './icons/light-favicon-16x16.png' },
|
||||
},
|
||||
{
|
||||
element: 'link[rel="icon"][sizes="32x32"]',
|
||||
href: { dark: '/icons/light-favicon-32x32.png' },
|
||||
href: { dark: './icons/light-favicon-32x32.png' },
|
||||
},
|
||||
])
|
||||
|
Reference in New Issue
Block a user