diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Navbar/Logo.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navbar/Logo.astro b/src/components/Navbar/Logo.astro index b3af6fb..6dc372c 100644 --- a/src/components/Navbar/Logo.astro +++ b/src/components/Navbar/Logo.astro @@ -7,7 +7,7 @@ const locale = getLocaleFromPath(Astro.url.pathname); const t = translate(locale); --- -<p class="title title--small nav__logo"> +<p class="nav__logo"> <a href="/"> {t(tSite, { key: 'scots-leid-associe' })} </a> |
