Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix(live-feed): screw it, time is but a construct
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Sep 14, 2020
1 parent 49c7140 commit 80201a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/live-feed/live-feed.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<span *ngIf="ready">
<span *ngIf="isFinished()">
<ion-item lines="none">
<h4>Season {{data.games.season.seasonNumber}} is over.</h4>
<h4>This season is over.</h4>
</ion-item>
<ion-item lines="none" *ngIf="getWinner() && getWinner().fullName">
<h4>The <span [style]="'color: ' + getWinner().mainColor">{{getWinner().fullName}}</span> are the Champions!</h4>
Expand Down

0 comments on commit 80201a4

Please sign in to comment.