Fix more info link in home page

This commit is contained in:
Zoe Roux 2024-05-27 17:33:07 +02:00
parent cb96e87ad7
commit a87c6d1a09
No known key found for this signature in database

View File

@ -90,6 +90,7 @@ export const Header = ({
)}
<IconButton
icon={Info}
as={Link}
aria-label={t("home.info")}
href={infoLink ?? "#"}
{...tooltip(t("home.info"))}