releases page clean up

This commit is contained in:
Gamebrary 2021-05-10 15:42:25 -07:00
parent 9cc2112c02
commit 2c146158f0

View file

@ -2,9 +2,7 @@
<b-container> <b-container>
<page-title <page-title
title="Releases" title="Releases"
/> >
<portal to="dock">
<b-button <b-button
href="https://github.com/romancm/gamebrary" href="https://github.com/romancm/gamebrary"
target="_blank" target="_blank"
@ -12,11 +10,9 @@
<i class="fab fa-github fa-fw" aria-hidden /> <i class="fab fa-github fa-fw" aria-hidden />
View in GitHub View in GitHub
</b-button> </b-button>
</portal> </page-title>
<b-card <b-card
bg-variant="light"
header-bg-variant="secondary"
v-for="release in releases" v-for="release in releases"
:key="release.id" :key="release.id"
hide-footer hide-footer