remove redundant links
This commit is contained in:
parent
abe0e321ac
commit
e6efddd886
2 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,7 @@ $header-mobile-breakpoint: 550px;
|
|||
.header-logo {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
margin-right: 10px;
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
- root_profile_link, root_profile_libelle = root_path_info_for_profile(nav_bar_profile)
|
||||
= link_to root_profile_link, class: 'header-logo justify-center', title: root_profile_libelle do
|
||||
= image_tag 'marianne.svg', alt: 'Liberté, égalité, fraternité', width: '65px'
|
||||
= link_to root_profile_link, class: 'header-logo justify-center', title: root_profile_libelle do
|
||||
%span.big.site-title> demarches-simplifiees.fr
|
||||
%span.small.site-title> d-s.fr
|
||||
|
||||
|
|
Loading…
Reference in a new issue