Skip to content

Commit

Permalink
Update canvas.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ymchandra authored May 8, 2024
1 parent c137aff commit 301ac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/canvas/canvas.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="canvas">
<div class="game-over" *ngIf="isGameOver">
<div class="game-over-message">
<h4 *ngIf="!gameCompleted">You've lost</h4>
<h4 *ngIf="!gameCompleted">You've lost. Try again. </h4>
<h4 *ngIf="gameCompleted">You've won</h4>
</div>
</div>
Expand Down

0 comments on commit 301ac2e

Please sign in to comment.