diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-19 21:14:40 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-19 21:14:40 +0100 |
| commit | 1b9510737a2c20ae1d984aabc080b370216dab68 (patch) | |
| tree | e27b16894e07d455c98126303ea8bedf335c94de /src/components/Navbar/Logo.astro | |
| parent | a76fd2721ebea4172d4dc33da1f47ad57679d03e (diff) | |
Big logo
Diffstat (limited to 'src/components/Navbar/Logo.astro')
| -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> |
