fix(profile): fix css
This commit is contained in:
parent
b5c4d03059
commit
224f045a1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue