diff --git a/src/App.vue b/src/App.vue index 5b7b06a..2a7e5e7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,10 +12,10 @@ const route = useRoute() -
+
-
+
diff --git a/src/components/AppSidebar.vue b/src/components/AppSidebar.vue index 7406a25..801e4d4 100644 --- a/src/components/AppSidebar.vue +++ b/src/components/AppSidebar.vue @@ -23,10 +23,9 @@ const isActive = (path) => { const navItems = computed(() => { const items = [ { path: '/', icon: '🏠', tooltip: 'Home' }, - { path: '/assets', icon: '📂', tooltip: 'Assets' }, - { path: '/albums', icon: '🖼️', tooltip: 'Albums' }, - // { path: '/generation', icon: '🎨', tooltip: 'Image Generation' }, { path: '/flexible', icon: '🖌️', tooltip: 'Flexible Generation' }, + { path: '/albums', icon: '🖼️', tooltip: 'Albums' }, + { path: '/assets', icon: '📂', tooltip: 'Assets' }, { path: '/characters', icon: '👥', tooltip: 'Characters' }, { path: '/image-to-prompt', icon: '✨', tooltip: 'Image to Prompt' } ] @@ -41,31 +40,34 @@ const navItems = computed(() => {