mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
clean up about page
This commit is contained in:
parent
edf9959664
commit
25dcf4fab3
1 changed files with 6 additions and 12 deletions
|
@ -1,12 +1,12 @@
|
|||
<template lang="html">
|
||||
<b-container class="pt-3">
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<h3 class="m-0">
|
||||
About Gamebrary
|
||||
</h3>
|
||||
</div>
|
||||
<vue-markdown
|
||||
class="w-100"
|
||||
v-if="readme"
|
||||
:source="readme"
|
||||
/>
|
||||
|
||||
<div v-if="repo">
|
||||
<div v-if="repo" class="mb-4">
|
||||
<b-button
|
||||
size="sm"
|
||||
href="https://github.com/romancm/gamebrary/subscription"
|
||||
|
@ -39,12 +39,6 @@
|
|||
{{ $t('gitHub.issues') }} <b-badge variant="light">{{ repo.open_issues }}</b-badge>
|
||||
</b-button>
|
||||
</div>
|
||||
|
||||
<vue-markdown
|
||||
class="w-100"
|
||||
v-if="readme"
|
||||
:source="readme"
|
||||
/>
|
||||
</b-container>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue