Skip to content

Commit 0bbc6e2

Browse files
committed
Add Lightswitch but disable it until the height fix is tagged
1 parent 50d5932 commit 0bbc6e2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/routes/+layout.svelte

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import "../app.postcss"
55
import { selectedTile, tiles } from "../lib/store"
66
import { page } from "$app/stores"
7-
import { AppShell, AppBar, AppRail, AppRailTile } from "@skeletonlabs/skeleton"
7+
import { AppShell, AppBar, AppRail, AppRailTile, LightSwitch } from "@skeletonlabs/skeleton"
88
import Icon from "../lib/Icon.svelte"
99
</script>
1010

@@ -17,14 +17,7 @@
1717
<a href="/" title="Home page"><strong class="text-xl uppercase">React vs Svelte</strong></a>
1818
</svelte:fragment>
1919
<svelte:fragment slot="trail">
20-
<a
21-
class="btn btn-sm variant-ghost-surface"
22-
href="https://github.com/breadthe/react-vs-svelte"
23-
target="_blank"
24-
rel="noreferrer"
25-
>
26-
GitHub
27-
</a>
20+
<!-- <LightSwitch /> -->
2821
</svelte:fragment>
2922
</AppBar>
3023
</svelte:fragment>

0 commit comments

Comments
 (0)