Replace span with h1

This commit is contained in:
Corinne Durrmeyer 2024-07-31 11:06:13 +02:00
parent 70908483a1
commit 399f020047
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
2 changed files with 2 additions and 7 deletions

View file

@ -7,10 +7,6 @@
}
}
.help-dropdown-title {
font-weight: bold;
}
.dropdown-items li.help-dropdown-service {
cursor: default;

View file

@ -1,6 +1,5 @@
= link_to t("links.common.faq.url"), title: new_tab_suffix(t('help_dropdown.general_title')), **external_link_attributes, role: 'menuitem' do
%span.fr-icon-question-fill.fr-text-action-high--blue-france{ "aria-hidden": "true" }
.fr-pl-1w.fr-text--sm
%span.help-dropdown-title
= t('help_dropdown.problem_title')
.fr-pl-1w
%h1.fr-text--sm= t('help_dropdown.problem_title')
%p.fr-text--sm= t('help_dropdown.problem_description')