Skip to content

Commit

Permalink
removed more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Dec 22, 2023
1 parent 268363e commit 4432c50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/pages/landingpage/landingpage.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ <h3 i18n>Showcase</h3>
</section>

<div class="overview">
<app-statistic-card [value]="regionCount | async" link="/region" name="Regions">
<app-region-icon/>
</app-statistic-card>
<!-- <app-statistic-card [value]="regionCount | async" link="/region" name="Regions">-->
<!-- <app-region-icon/>-->
<!-- </app-statistic-card>-->

<app-statistic-card [value]="stationCount | async" link="/station" name="Stations">
<app-station-icon/>
</app-statistic-card>
<!-- <app-statistic-card [value]="stationCount | async" link="/station" name="Stations">-->
<!-- <app-station-icon/>-->
<!-- </app-statistic-card>-->

<!-- <app-statistic-card [value]="userCount | async" link="/user" name="Users">-->
<!-- <app-user-icon/>-->
Expand Down

0 comments on commit 4432c50

Please sign in to comment.