mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 07:13:07 +00:00
releases page clean up
This commit is contained in:
parent
9cc2112c02
commit
2c146158f0
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue