+
{#if user.perms.includes("MODERATION")}
{t("dashboard.buttons.admin")}
diff --git a/src/components/styled/SWPaginator.svelte b/src/components/styled/SWPaginator.svelte
index ab9822c..ed438b7 100644
--- a/src/components/styled/SWPaginator.svelte
+++ b/src/components/styled/SWPaginator.svelte
@@ -18,36 +18,21 @@
-->
\ No newline at end of file
+
diff --git a/src/layouts/NavbarLayout.astro b/src/layouts/NavbarLayout.astro
index d7ccedb..b0251ac 100644
--- a/src/layouts/NavbarLayout.astro
+++ b/src/layouts/NavbarLayout.astro
@@ -12,6 +12,9 @@ import Navbar from "@components/Navbar.svelte";
import ServerStatus from "../components/ServerStatus.svelte";
const { title, description, transparentFooter = true } = Astro.props;
+
+const footerCol = "flex flex-col min-w-40 [&_a]:text-neutral-400/85 [&_a]:text-[0.85rem] [&_a]:leading-[1.9] [&_a]:no-underline [&_a]:transition-colors [&_a]:duration-200 [&_a:hover]:text-amber-500";
+const footerH1 = "font-display text-[0.7rem] font-bold tracking-[0.2em] uppercase text-amber-500 mb-3";
---
@@ -24,15 +27,15 @@ const { title, description, transparentFooter = true } = Astro.props;
-