mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
only show read more button for wikipedia source
This commit is contained in:
parent
b05824394f
commit
f7281b3482
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
v-html="description"
|
||||
/>
|
||||
|
||||
<b-button v-b-modal.wikipediaArticle>
|
||||
<b-button v-b-modal.wikipediaArticle v-if="source === 'Wikipedia'">
|
||||
<i class="fab fa-wikipedia-w" aria-hidden />
|
||||
Read more
|
||||
</b-button>
|
||||
|
|
Loading…
Reference in a new issue