Add Nord theme option to theme selection dropdown in Navbar.svelte
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
export let data;
|
||||
import Footer from "$lib/components/Footer.svelte";
|
||||
import Navbar from "$lib/components/Navbar.svelte";
|
||||
import type { SubmitFunction } from "@sveltejs/kit";
|
||||
import "../app.css";
|
||||
// only show footer if scrolled to the bottom
|
||||
</script>
|
||||
|
||||
<!-- passes the user object to the navbar component -->
|
||||
|
||||
Reference in New Issue
Block a user