Replace span with h1
This commit is contained in:
parent
70908483a1
commit
399f020047
2 changed files with 2 additions and 7 deletions
|
@ -7,10 +7,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.help-dropdown-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.dropdown-items li.help-dropdown-service {
|
||||
cursor: default;
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue