Show platform name under game name

This commit is contained in:
Roman Cervantes 2019-08-19 23:20:55 -07:00
parent f0b54c0221
commit 7dc75d793e

View file

@ -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>