mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix icon
This commit is contained in:
parent
10177d793b
commit
f6b522748a
@ -36,8 +36,8 @@
|
||||
[ngClass]="{ 'has-background-primary': mobileMenuVisible }"
|
||||
(click)="mobileMenuVisible = !mobileMenuVisible"
|
||||
>
|
||||
<fa class="fa fa-bars" *ngIf="!mobileMenuVisible"></fa>
|
||||
<fa class="fa fa-times" *ngIf="mobileMenuVisible"></fa>
|
||||
<i class="fa fa-bars" *ngIf="!mobileMenuVisible"></i>
|
||||
<i class="fa fa-times" *ngIf="mobileMenuVisible"></i>
|
||||
</a>
|
||||
</div>
|
||||
<!-- navbar items -->
|
||||
|
Loading…
Reference in New Issue
Block a user