diff --git a/index.html b/index.html index 5ff4488..345dd48 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,9 @@ - - - + - - SolLunar — Investment Prospectus + Lab 484 — Investment Prospectus
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png deleted file mode 100644 index 5e443a1..0000000 Binary files a/public/apple-touch-icon.png and /dev/null differ diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 7e0d68a..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/favicon.png b/public/favicon.png deleted file mode 100644 index aab2d9a..0000000 Binary files a/public/favicon.png and /dev/null differ diff --git a/src/deck/Deck.vue b/src/deck/Deck.vue index bd2b2e5..c21be4e 100644 --- a/src/deck/Deck.vue +++ b/src/deck/Deck.vue @@ -3,7 +3,6 @@ import { computed, ref, watch } from 'vue' import { ChevronLeft, ChevronRight, Sun, Moon } from '@lucide/vue' import { useDeck } from './useDeck' import { brand } from './data' -import markUrl from '@/deck/assets/mark.png' // theme: dark by default, persisted; a single `.dark` class flips every token function readTheme() { @@ -74,9 +73,8 @@ function onTouchEnd(e: TouchEvent) {
- - SolLunar - SolLunar + + {{ brand.short }}
{{ current.label }} diff --git a/src/deck/assets/logo.webp b/src/deck/assets/logo.webp deleted file mode 100644 index 05d2cc9..0000000 Binary files a/src/deck/assets/logo.webp and /dev/null differ diff --git a/src/deck/assets/mark.png b/src/deck/assets/mark.png deleted file mode 100644 index f186da8..0000000 Binary files a/src/deck/assets/mark.png and /dev/null differ diff --git a/src/deck/slides/TitleSlide.vue b/src/deck/slides/TitleSlide.vue index 23814eb..345ee64 100644 --- a/src/deck/slides/TitleSlide.vue +++ b/src/deck/slides/TitleSlide.vue @@ -4,7 +4,6 @@ import SlideFrame from '../components/SlideFrame.vue' import PlaceholderBadge from '../components/PlaceholderBadge.vue' import { Alert, AlertTitle, AlertDescription } from '@/components/ui/alert' import { brand, surfaceEntities, accentText } from '../data' -import logoUrl from '@/deck/assets/logo.webp'