Skip to content

Commit

Permalink
Home page done FIXED
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealKiller97 committed Sep 3, 2019
1 parent a5e1aa9 commit c895e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/gaming/components/game/game.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<mat-list-item role="listitem">
<span>Realese date: </span>
<span class="example-fill-remaining-space"></span>
<span>{{ game.released }}</span>
<span>{{ game.realesed }}</span>
</mat-list-item>
</mat-list>

Expand Down
1 change: 1 addition & 0 deletions src/app/modules/shared/models/Game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export interface Game {
realesed: string;
clip: any;
parent_platforms: any;
charts: any;
}

0 comments on commit c895e40

Please sign in to comment.