fix: AIUI chat page uses bg-aiui.jpg background

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-19 18:21:15 +00:00
co-authored by Claude Opus 4.6
parent f1db6b08b6
commit 4808a4e2b5
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ const ROUTE_BACKGROUNDS: Record<string, string> = {
'/dashboard/server': 'bg-network.jpg',
'/dashboard/web5': 'bg-web5.jpg',
'/dashboard/settings': 'bg-settings.jpg',
'/dashboard/chat': 'bg-home.jpg',
'/dashboard/chat': 'bg-aiui.jpg',
}
const backgroundImage = computed(() => {