diff --git a/packages/gui/src/components/NavBar/NavBar.svelte b/packages/gui/src/components/NavBar/NavBar.svelte index 2cf34dc..d521432 100644 --- a/packages/gui/src/components/NavBar/NavBar.svelte +++ b/packages/gui/src/components/NavBar/NavBar.svelte @@ -112,6 +112,7 @@ @layer components { .nav_button { + transition: all .3s; color: theme('colors.white'); padding: theme('spacing.4') theme('spacing.2'); } diff --git a/packages/gui/src/routes/+layout.ts b/packages/gui/src/routes/+layout.ts index 09a24d3..bf2831b 100644 --- a/packages/gui/src/routes/+layout.ts +++ b/packages/gui/src/routes/+layout.ts @@ -1,2 +1,2 @@ export const ssr = false; -export const prerender = true; \ No newline at end of file +export const prerender = false; \ No newline at end of file