Skip to content

Commit

Permalink
fix: home link on header
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Feb 11, 2024
1 parent 4a9b7c6 commit e2f7346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const translatePath = useTranslatedPath(lang);
{/* logo home */}
<div>
<a
href={translatePath("/")}
href={translatePath("")}
class="text-inherit text-white no-underline"
title={t("Retour à l'accueil")}
>
Expand Down

0 comments on commit e2f7346

Please sign in to comment.