Skip to content
Snippets Groups Projects
Commit 9ecedee1 authored by HUSS THEOPHILE's avatar HUSS THEOPHILE
Browse files

fix: Rename communauté in community in the header

parent b181536e
1 merge request!56style: fix css in profile
Pipeline #304097 failed with stages
in 3 minutes and 48 seconds
<div class="header">
<button (click)="navigate('/home')" [ngClass]="{'selected': homePage}">
Home
</button>
<button (click)="navigate('/community')" [ngClass]="{'selected': communityPage}">
Communauté
</button>
<button (click)="navigate('/profile')" [ngClass]="{'selected': profilePage}">
Profile
</button>
</div>
\ No newline at end of file
<button (click)="navigate('/home')" [ngClass]="{ selected: homePage }">Home</button>
<button (click)="navigate('/community')" [ngClass]="{ selected: communityPage }">Community</button>
<button (click)="navigate('/profile')" [ngClass]="{ selected: profilePage }">Profile</button>
</div>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment