Skip to content

Commit ef6776f

Browse files
committed
🍱 feat: changed favicon to Check Mark emoji
1 parent 2e65bcb commit ef6776f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
99
title: "SimpleTask",
1010
description: "A simple, fast and light task manager. Created by bytevictor.",
1111
icons: {
12-
icon: './favicon.ico',
12+
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>",
1313
},
1414
};
1515

0 commit comments

Comments
 (0)