feat: footer
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
import Dash from "./pages/Dash.svelte";
|
||||
import Home from "./pages/Home.svelte";
|
||||
import Settings from './pages/Settings.svelte';
|
||||
import Footer from './lib/Footer.svelte';
|
||||
|
||||
// theme cdns (I might make some myself too)
|
||||
let light = "https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css";
|
||||
@@ -38,7 +39,6 @@
|
||||
|
||||
<Router>
|
||||
<Navigation bind:style={style}/>
|
||||
<div>
|
||||
<Route path="/">
|
||||
<Home />
|
||||
</Route>
|
||||
@@ -48,5 +48,5 @@
|
||||
<Route path="/settings">
|
||||
<Settings />
|
||||
</Route>
|
||||
</div>
|
||||
<Footer />
|
||||
</Router>
|
||||
Reference in New Issue
Block a user