fix: updating translations
Deploy Documentation / check-and-deploy (push) Successful in 13s

This commit is contained in:
LOUIS POTEVIN
2026-06-25 06:40:01 +02:00
parent 5db1b69090
commit 4946d2586c
+4 -4
View File
@@ -4,9 +4,9 @@ import { Send } from '@lucide/astro';
const path = Astro.url.pathname.replace(/\/$/, '') || '/';
const links = [
{ href: '/', label: 'Accueil' },
{ href: '/work', label: 'Projets' },
{ href: '/about', label: 'À propos' },
{ href: '/', label: 'Home' },
{ href: '/work', label: 'Projects' },
{ href: '/about', label: 'About me' },
{ href: '/contact', label: 'Contact' },
];
const isActive = (href: string) =>
@@ -28,7 +28,7 @@ const isActive = (href: string) =>
}
<Button slot="right" type="primary" size="sm" href="/contact">
<Send slot="icon-left" size={15} />
Établir le contact
Get in touch
</Button>
</Navbar>
</div>