4
2
Fork 0

change verse chapter name from h3 to h5

This commit is contained in:
Erastus Amunwe 2020-10-27 23:00:46 +02:00
parent f472fd0530
commit 2a8dc8f79b
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@
<li v-for="(verse, i) in chapter" :key="i"
:class="`uk-animation-slide-bottom uk-animation-15 uk-animation-hover`">
<h4 class="btn btn-primary">
{{book_name}}
<h5 class=" uk-primary">
<span class="uk-heading-bullet"> {{book_name}} </span>
<span class="uk-badge badge-light">
{{verse.chapter}}:{{verse.verse}}
</span>
</h4>
</h5>
{{verse.text}} <br/>
<p></p>
</li>