mirror of
https://github.com/getbible/app.git
synced 2024-12-22 07:48:55 +00:00
change verse chapter name from h3 to h5
This commit is contained in:
parent
f472fd0530
commit
2a8dc8f79b
@ -4,12 +4,12 @@
|
|||||||
<li v-for="(verse, i) in chapter" :key="i"
|
<li v-for="(verse, i) in chapter" :key="i"
|
||||||
:class="`uk-animation-slide-bottom uk-animation-15 uk-animation-hover`">
|
:class="`uk-animation-slide-bottom uk-animation-15 uk-animation-hover`">
|
||||||
|
|
||||||
<h4 class="btn btn-primary">
|
<h5 class=" uk-primary">
|
||||||
{{book_name}}
|
<span class="uk-heading-bullet"> {{book_name}} </span>
|
||||||
<span class="uk-badge badge-light">
|
<span class="uk-badge badge-light">
|
||||||
{{verse.chapter}}:{{verse.verse}}
|
{{verse.chapter}}:{{verse.verse}}
|
||||||
</span>
|
</span>
|
||||||
</h4>
|
</h5>
|
||||||
{{verse.text}} <br/>
|
{{verse.text}} <br/>
|
||||||
<p></p>
|
<p></p>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user