Skip to content

Commit

Permalink
fixed Flavourtext
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jan 27, 2024
1 parent 36ce136 commit 1665fd3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/views/AdvancedCardViewPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@
class="lg:flex justify-center space-y-20 lg:space-y-0 lg:space-x-20 p-6"
>
<div>
<span v-if="state.card.FlavourText">
<p class="text-center max-w-xs pb-8" v-if="state.card.FlavourText">
<i>"{{ state.card.FlavourText }}"</i>
</span>
<CardComponent :model="state.card" :image-u-r-l="state.card.image" />
</p>
<div>
<CardComponent
class="block"
:model="state.card"
:image-u-r-l="state.card.image"
/>
</div>
</div>
<div>
<p class="font-bold text-2xl">Advanced Card Information</p>
Expand Down

0 comments on commit 1665fd3

Please sign in to comment.