1
0

fix: correct icon path

This commit is contained in:
dusk 2024-08-15 14:36:48 +03:00
parent 4c563b0677
commit 83478766f7
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -34,7 +34,7 @@
menuItems.splice(2, 0, { menuItems.splice(2, 0, {
href: data.route.slice(1), href: data.route.slice(1),
name: routeComponents[2] + 'aaaaaaaa.md', name: routeComponents[2] + 'aaaaaaaa.md',
iconUri: '/favicon.png' iconUri: '/icons/entry.png'
}); });
} }