fix(profile): fix css

This commit is contained in:
Paul Chavard 2022-09-28 12:02:06 +02:00
parent b5c4d03059
commit 224f045a1a

View file

@ -25,7 +25,7 @@
- if expert_signed_in? && nav_bar_profile != :expert
%li
= link_to expert_all_avis_path, class: "fr-nav__link flex align-center" do
= image_tag "icons/switch-profile.svg", alt: ''
= image_tag "icons/switch-profile.svg", alt: '', width: 20, height: 20, class: 'mr-1'
= t('go_expert', scope: [:layouts])
- if administrateur_signed_in? && nav_bar_profile != :administrateur
%li