fix footer links (#503)

This commit is contained in:
Kalidou Diagne
2025-07-11 15:40:23 +02:00
committed by GitHub
parent 8650b91ba0
commit 78276ea79a

View File

@@ -174,10 +174,12 @@ export function SiteFooter() {
<ItemLabel label={LABELS.COMMON.FOOTER.TERMS_OF_USE} />
</Link>
<Link
href={siteConfig.links.articles}
href={siteConfig.links.jobs}
target="_blank"
rel="noreferrer"
className="flex items-center gap-2"
>
<ItemLabel label="Blog" external />
<ItemLabel label="Jobs" external />
</Link>
</LinksWrapper>
</div>