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 path = Astro.url.pathname.replace(/\/$/, '') || '/';
const links = [ const links = [
{ href: '/', label: 'Accueil' }, { href: '/', label: 'Home' },
{ href: '/work', label: 'Projets' }, { href: '/work', label: 'Projects' },
{ href: '/about', label: 'À propos' }, { href: '/about', label: 'About me' },
{ href: '/contact', label: 'Contact' }, { href: '/contact', label: 'Contact' },
]; ];
const isActive = (href: string) => const isActive = (href: string) =>
@@ -28,7 +28,7 @@ const isActive = (href: string) =>
} }
<Button slot="right" type="primary" size="sm" href="/contact"> <Button slot="right" type="primary" size="sm" href="/contact">
<Send slot="icon-left" size={15} /> <Send slot="icon-left" size={15} />
Établir le contact Get in touch
</Button> </Button>
</Navbar> </Navbar>
</div> </div>