Skip to content

Commit a07c4c1

Browse files
Babali42Baptiste LYET
and
Baptiste LYET
authored
test (#14)
Co-authored-by: Baptiste LYET <[email protected]>
1 parent 195c32c commit a07c4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<div class="flex column left-menu" *ngIf="!isMobileDisplay">
33
<div class="header"> DRUMS<br> PATTERN<br> LIBRARY</div>
44
<div class="flex menu genre mt-40">
5-
<h2>1 - Choisir un genre</h2>
5+
<h2>Genre</h2>
66
<div class="button pointer" *ngFor="let genre of musicGenres; let i = index;" (click)="selectGenre(i)"
77
[ngClass]="{'selected':i==selectedGenreIndex}">{{ genre.label }}
88
</div>
99
</div>
1010
<div class="flex menu mt-40">
11-
<h2>2 - Choisir un sous-genre</h2>
11+
<h2>Sous-genre</h2>
1212
<div class="button pointer" *ngFor="let subgenre of musicGenres[selectedGenreIndex].subGenres; let i = index;"
1313
(click)="selectSubGenre(i)" [ngClass]="{'selected':i==selectedSubGenreIndex}">{{ subgenre.label }}
1414
</div>

0 commit comments

Comments
 (0)