This commit is contained in:
xds
2026-02-15 12:26:14 +03:00
parent 75e33cca9a
commit 55e8db92ed
7 changed files with 1125 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ const navItems = computed(() => {
const items = [
{ path: '/', icon: '🏠', tooltip: 'Home' },
{ path: '/projects', icon: '📂', tooltip: 'Projects' },
{ path: '/ideas', icon: '💡', tooltip: 'Ideas' },
{ path: '/flexible', icon: '🖌️', tooltip: 'Flexible' },
{ path: '/albums', icon: '🖼️', tooltip: 'Library' },
{ path: '/characters', icon: '👥', tooltip: 'Characters' }