Skip to content

Commit f5e2697

Browse files
committed
Fix bold template
1 parent e66a4da commit f5e2697

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

web/pages/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
Live Demo
5050
</v-btn>
5151
</div>
52+
<p class="text-body-2 mt-2">
53+
Trusted by <b>1,300+</b> happy users who have sent or received more
54+
than <b>175,000</b> messages 🎉
55+
</p>
5256
<div
5357
class="mt-4"
5458
:class="{ 'text-center': $vuetify.breakpoint.mdAndDown }"
@@ -62,10 +66,6 @@
6266
</v-icon>
6367
100% Open Source
6468
</div>
65-
<p class="text-body-2">
66-
Trusted by <b>1,300+</b> happy users who have sent or received more
67-
than <v>175,000</v> messages
68-
</p>
6969
<v-divider
7070
v-if="$vuetify.breakpoint.mdAndDown"
7171
class="mt-6 mr-16 success"

0 commit comments

Comments
 (0)