Skip to content

Commit

Permalink
Dvorak/2632 The age of participants added to detailed workshop info (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AkunaPatlata authored Oct 2, 2024
1 parent 1a9d985 commit e0fca2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ <h3 class="short-title" *ngIf="workshop.shortTitle" fxFlexAlign="start">{{ works
<mat-icon class="icon">school</mat-icon>
{{ FormOfLearningEnum[workshop.formOfLearning] | translate }}
</span>
<span class="icon-text">
<mat-icon class="icon">person</mat-icon>
{{ workshop.minAge }} - {{ workshop.maxAge }}
{{ 'YEARS' | translate }}
</span>
</div>
<div fxLayout="column" *ngIf="workshop.competitiveSelection">
<span fxLayout="row" fxLayoutAlign="start center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
.chip {
margin-left: 0;
}

.details-link {
margin-bottom: 1rem;
}

0 comments on commit e0fca2c

Please sign in to comment.