Skip to content

Commit 032a846

Browse files
committed
feat: add games
1 parent 02393b7 commit 032a846

File tree

2 files changed

+485
-495
lines changed

2 files changed

+485
-495
lines changed

src/components/GameModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
<p><strong>Summary:</strong> {{ game.summary }}</p>
1212
<p><strong>First Release Date:</strong> {{ formatDate(game.first_release_date) }}</p>
13-
<p><strong>Rating:</strong> {{ game.rating }}/100</p>
13+
<p><strong>Rating:</strong> {{ game.rating.toFixed(2) }}/100</p>
1414
<a :href="game.url" target="_blank">More Info</a>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)