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
Branches
Tags
2 merge requests!550V2.3.2,!541feat(mobile): footer links in burger menu
......@@ -78,6 +78,9 @@
>Qui sommes-nous ?</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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment