diff --git a/src/components/footer.astro b/src/components/footer.astro index 2388794..6f035ba 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -1,5 +1,4 @@ --- -import Logo from "../components/logo.astro"; import LanguageSwitcher from "../components/LanguageSwitcher.astro"; import DarkModeToggle from "../components/DarkModeToggle.astro"; --- @@ -10,9 +9,8 @@ import DarkModeToggle from "../components/DarkModeToggle.astro";
-

© {new Date().getFullYear()} Jalil Arfaoui

diff --git a/src/components/logo.astro b/src/components/logo.astro index 27f4e5b..f335697 100644 --- a/src/components/logo.astro +++ b/src/components/logo.astro @@ -10,9 +10,10 @@ const homeUrl = currentLang === 'en' ? '/en' : currentLang === 'ar' ? '/ar' : '/ {!isHome && ( + Jalil Arfaoui )}