Skip to content

Commit edea328

Browse files
committed
Update Footer component to improve layout by adding spacing between elements and ensuring the LanguageSwitcher is included in the copyright notice, enhancing visual consistency.
1 parent d100b4d commit edea328

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ export function Footer() {
234234
<div className="pt-8 border-t border-neutral-200 dark:border-neutral-800">
235235
<div className="flex flex-col md:flex-row items-center justify-between gap-4">
236236
<div className="text-sm text-neutral-400">{t("© {year} Rybbit. All rights reserved.", { year: String(new Date().getFullYear()) })}</div>
237-
<LanguageSwitcher />
238-
<div className="text-sm text-neutral-400">
237+
<div className="text-sm text-neutral-400 space-x-4">
238+
<LanguageSwitcher />
239239
{t("Made with ❤️ by frogs")}{" "}
240240
<a href="https://tomato.gg" target="_blank" title="Tomato.gg">
241241
🐸🍅

0 commit comments

Comments
 (0)