mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
Show platform name under game name
This commit is contained in:
parent
f0b54c0221
commit
7dc75d793e
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
<div class="game-details">
|
||||
<h2>{{ game.name }}</h2>
|
||||
{{ platform.name }}
|
||||
<game-rating :rating="game.rating" />
|
||||
|
||||
<div class="actions" v-if="list.games.includes(game.id)">
|
||||
|
@ -47,7 +48,6 @@
|
|||
<p class="game-description" v-html="game.summary" />
|
||||
|
||||
<game-notes />
|
||||
|
||||
<game-review-box />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue