Skip to content

Commit 5472c50

Browse files
committed
Fix the billing usages page
1 parent ade3a3d commit 5472c50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/pages/billing/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
</v-hover>
227227
</v-col>
228228
</v-row>
229-
<h5 class="text-h4 mb-3 mt-4">Overview</h5>
229+
<h5 class="text-h4 mb-3 mt-8">Overview</h5>
230230
<p class="text--secondary">
231231
This is the summary of the sent messages and received messages in
232232
<code
@@ -289,7 +289,7 @@
289289
</v-col>
290290
</v-row>
291291
<template v-if="$store.getters.getUser?.subscription_id != null">
292-
<h5 class="text-h4 mb-3 mt-12">Subscription Payments</h5>
292+
<h5 class="text-h4 mb-3 mt-8">Subscription Payments</h5>
293293
<p class="text--secondary">
294294
This is a list of your last 10 subscription payments made using
295295
our payment provider
@@ -368,7 +368,7 @@
368368
</template>
369369
</v-simple-table>
370370
</template>
371-
<h5 class="text-h4 mb-3 mt-12">Usage History</h5>
371+
<h5 class="text-h4 mb-3 mt-8">Usage History</h5>
372372
<p class="text--secondary">
373373
Summary of all the sent and received messages in the past 12
374374
months

0 commit comments

Comments
 (0)