Skip to content
Snippets Groups Projects
Commit eef76575 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

feat(mobile): footer links in burger menu

parent 50f1d818
No related branches found
No related tags found
2 merge requests!550V2.3.2,!541feat(mobile): footer links in burger menu
...@@ -78,6 +78,9 @@ ...@@ -78,6 +78,9 @@
>Qui sommes-nous ?</a >Qui sommes-nous ?</a
> >
<a *ngIf="isAdmin" routerLink="/admin" [routerLinkActive]="'active'" (click)="closeMenu()">Administration</a> <a *ngIf="isAdmin" routerLink="/admin" [routerLinkActive]="'active'" (click)="closeMenu()">Administration</a>
<a routerLink="/legal-notice" i18n [routerLinkActive]="'active'" (click)="closeMenu()">Mentions légales</a>
<a routerLink="/newsletter" i18n [routerLinkActive]="'active'" (click)="closeMenu()">Newsletter</a>
<a routerLink="/contact" i18n [routerLinkActive]="'active'" (click)="closeMenu()">Contact</a>
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment