refactor: navbar display

todo: lucide-svelete to react-icons/svelte-icons-pack
This commit is contained in:
2025-09-10 17:10:14 +01:00
parent befca6144b
commit 5152852db5
6 changed files with 648 additions and 114 deletions

View File

@@ -1,10 +1,10 @@
<script lang="ts">
import { Navigation, Avatar, Rating } from '@skeletonlabs/skeleton-svelte';
import { Avatar, Rating } from '@skeletonlabs/skeleton-svelte';
import Navbar from '../components/Navbar.svelte';
import Footer from '../components/Footer.svelte';
</script>
<div data-theme="theme" class="min-h-screen flex flex-col">
<div data-theme="catppuccin" class="min-h-screen flex flex-col">
<!-- Navbar -->
<Navbar />