From 83478766f7c471d4eb56ed49263e35d6a4d95e67 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 15 Aug 2024 14:36:48 +0300 Subject: [PATCH] fix: correct icon path --- src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c76e335..3a71a4a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -34,7 +34,7 @@ menuItems.splice(2, 0, { href: data.route.slice(1), name: routeComponents[2] + 'aaaaaaaa.md', - iconUri: '/favicon.png' + iconUri: '/icons/entry.png' }); }