From 900d17d269f947629c1325fd0b6030cbbfeee661 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Thu, 20 Jun 2024 15:20:14 +0200 Subject: [PATCH] Skiplink : Remove useless list --- app/views/layouts/_skiplinks.html.haml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/layouts/_skiplinks.html.haml b/app/views/layouts/_skiplinks.html.haml index ccd0f3f18..2e8333d47 100644 --- a/app/views/layouts/_skiplinks.html.haml +++ b/app/views/layouts/_skiplinks.html.haml @@ -1,5 +1,3 @@ .fr-skiplinks %nav.fr-container{ role: "navigation", 'aria-label': t("skiplinks.quick") } - %ul.fr-skiplinks__list - %li - %a.fr-link{ href: "#contenu" }= t('skiplinks.content') + %a.fr-link{ href: "#contenu" }= t('skiplinks.content')