This commit is contained in:
parent
0325139461
commit
b95e5d6732
2 changed files with 105 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
import "bootstrap-icons/font/bootstrap-icons.css";
|
||||
import "../app.css";
|
||||
|
||||
import favicon from '$lib/assets/favicon.svg';
|
||||
|
||||
import Logo from "$lib/components/Logo.svelte";
|
||||
import { theme } from "$lib/stores/theme";
|
||||
import { onMount } from "svelte";
|
||||
|
|
@ -22,6 +24,10 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<link rel="icon" href={favicon} />
|
||||
</svelte:head>
|
||||
|
||||
<div class="min-vh-100 d-flex flex-column">
|
||||
<nav class="navbar navbar-expand-lg navbar-light shadow-sm">
|
||||
<div class="container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue