diff --git a/src/Footer.tsx b/src/Footer.tsx index ae0beb02..5020846e 100644 --- a/src/Footer.tsx +++ b/src/Footer.tsx @@ -341,6 +341,7 @@ export const Footer = memo( target="_blank" href={`https://${domain}`} title={`${domain} - ${t("open new window")}`} + id={`footer-${domain.replace(/\./g, "-")}-link`} > {domain} @@ -558,6 +559,7 @@ const { useTranslation, addFooterTranslations } = createComponentI18nApi({ href={p.licenseUrl} target="_blank" title="licence etalab-2.0 - ouvre une nouvelle fenĂȘtre" + id="footer-etalab-licence-link" > licence etalab-2.0 diff --git a/src/SkipLinks.tsx b/src/SkipLinks.tsx index ec1ae67d..ab1b5c81 100644 --- a/src/SkipLinks.tsx +++ b/src/SkipLinks.tsx @@ -13,6 +13,7 @@ export type SkipLinksProps = { links: { label: string; anchor: string; + id?: string; }[]; classes?: Partial>; style?: CSSProperties; @@ -46,6 +47,7 @@ export const SkipLinks = memo( {link.label}