feat: add language switcher component and update layout

- Introduced a new LanguageSwitcher component to facilitate language switching in the application.
- Added an SVG icon for the language switcher button.
- Updated the Header component to adjust margin for better spacing.
- Modified the Navigation component's margin and top properties for improved layout.
- Adjusted the ThemeToggle button size for consistency with the new design.
This commit is contained in:
radishzzz 2025-01-24 10:11:56 +00:00
parent 23b819319d
commit b46534419b
6 changed files with 66 additions and 3 deletions

View file

@ -51,7 +51,7 @@ const isTagActive = isTagPage(currentPath)
const isAboutActive = isAboutPage(currentPath)
---
<nav class="mb-18 mt-10 text-5.6 text-secondary font-semibold leading-11.4 font-navbar">
<nav class="mb-19.4 mt-12 text-5.6 text-secondary font-semibold leading-13 font-navbar">
<ul>
<li>
<a