diff --git a/web/src/lib/components/footer.svelte b/web/src/lib/components/footer.svelte
index 3d977500..05ba28a2 100644
--- a/web/src/lib/components/footer.svelte
+++ b/web/src/lib/components/footer.svelte
@@ -13,13 +13,13 @@
Resources
-
- {$_("api-documentation")}{$_("documentation")}
-
- {$_("documentation")}{$_("api-documentation")}
- PocketBase
@@ -30,16 +30,16 @@
wanderer
-
- {$_("about")}
+ {$_("about")}
-
- {$_("features")}{$_("features")}
+
+ -
+ {$_("changelog")}
- - {$_("changelog")}
-
{$_("license")}
import { beforeNavigate, goto } from "$app/navigation";
- import { PUBLIC_IS_DEMO } from "$env/static/public";
+ import { env } from "$env/dynamic/public";
import Toast from "$lib/components/base/toast.svelte";
import Footer from "$lib/components/footer.svelte";
import NavBar from "$lib/components/nav_bar.svelte";
@@ -22,7 +22,7 @@
let hideDemoHint = false;
-{#if PUBLIC_IS_DEMO === "true" && !hideDemoHint}
+{#if env.PUBLIC_IS_DEMO === "true" && !hideDemoHint}