diff options
Diffstat (limited to 'src/components/Navbar.astro')
| -rw-r--r-- | src/components/Navbar.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 1ce0749..605ba68 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -14,7 +14,7 @@ const { locale } = Astro.props; const t = translate(locale); --- -<nav class="dark"> +<nav> <h1 class="logo"> <a href="/"> {t(tSite, { key: 'scots-leid-associe' })} |
