We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e65bcb commit ef6776fCopy full SHA for ef6776f
app/layout.tsx
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
9
title: "SimpleTask",
10
description: "A simple, fast and light task manager. Created by bytevictor.",
11
icons: {
12
- icon: './favicon.ico',
+ icon: "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✅</text></svg>",
13
},
14
};
15
0 commit comments