Skip to content

Commit

Permalink
fix: facility information box
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Sternberg <[email protected]>
#243
  • Loading branch information
IngoSternberg committed Jul 16, 2024
1 parent 29ba0eb commit c193a8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<ix-card variant="insight" class="h-full w-full p-4">
<ix-card-content>
<ix-card-title>
<span class="notification text-2xl">{{facility.icon}}</span>
<ix-icon [name]="facility.icon"></ix-icon>
<span class="notification text-2xl">{{facility.heading}}</span>
</ix-card-title>
<ix-typography color="std">{{ facility.heading }}</ix-typography>
<ix-typography color="std">{{ facility.subheading }}</ix-typography>
<ix-typography color="std">
@if (facility.location?.locality) {
Expand Down

0 comments on commit c193a8c

Please sign in to comment.