Merge pull request #7816 from tchak/fix-account-menu
fix(profile): fix css
This commit is contained in:
commit
b2aea70ea9
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…
Reference in a new issue