Add ttl.sh favicon - timer/clock design

- Green gradient background (matches accent color)
- Clock face with timer knob on top
- Clean, recognizable at small sizes

Signed-off-by: Marc Campbell <marc.e.campbell@gmail.com>
This commit is contained in:
Marc Campbell
2026-02-03 12:31:11 +00:00
parent 545872edee
commit 8235fbd4ef
4 changed files with 30 additions and 34 deletions
+2 -10
View File
@@ -20,19 +20,11 @@ export const metadata: Metadata = {
icons: {
icon: [
{
url: '/icon-light-32x32.png',
media: '(prefers-color-scheme: light)',
},
{
url: '/icon-dark-32x32.png',
media: '(prefers-color-scheme: dark)',
},
{
url: '/icon.svg',
url: '/favicon.svg',
type: 'image/svg+xml',
},
],
apple: '/apple-icon.png',
apple: '/icon.svg',
},
}