Closed Prithviraj2003 closed 3 weeks ago
Fixes #17
Add favicon that changes based on dark and light themes using the Keizer logo.
<link rel="icon" href="/assets/logos/logo-icon-light.svg" media="(prefers-color-scheme: light)" />
<head>
src/app/layout.tsx
<link rel="icon" href="/assets/logos/logo-icon-dark.svg" media="(prefers-color-scheme: dark)" />
Fixes #17
Add favicon that changes based on dark and light themes using the Keizer logo.
<link rel="icon" href="/assets/logos/logo-icon-light.svg" media="(prefers-color-scheme: light)" />
in the<head>
section ofsrc/app/layout.tsx
<link rel="icon" href="/assets/logos/logo-icon-dark.svg" media="(prefers-color-scheme: dark)" />
in the<head>
section ofsrc/app/layout.tsx