Skip to content

Commit 09b0588

Browse files
committed
Small fixes
1 parent 62956fd commit 09b0588

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/Index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="row q-pb-md">
77
<div class="col-md col-sm-12 col-xs-12">
88
<div class="row items-center">
9-
<div class="text-h6 text-uppercase text-vgrey">vdexnode<q-badge color="vgreen" class="q-mx-xs" text-color="vblack" align="middle" transparent>{{ version }}</q-badge></div>
9+
<div class="text-h6 text-uppercase text-vgrey">vdexnode dashboard<q-badge color="vgreen" class="q-mx-xs" text-color="vblack" align="middle" transparent>{{ version }}</q-badge></div>
1010
<q-btn color="vgrey" size="11px" flat round icon="fas fa-question" class="q-mx-xs" @click="helpDialog = true" >
1111
<q-tooltip content-class="bg-vgreen text-vdark" content-style="font-size: 16px" :offset="[10, 10]">Click to know more</q-tooltip>
1212
</q-btn>
@@ -224,7 +224,7 @@
224224
</div>
225225
</div>
226226

227-
<!-- Help dialog -->
227+
<!-- Help dialog -->
228228
<q-dialog v-model="helpDialog">
229229
<q-card style="min-width: 50vw; max-width: 70vw;" class="bg-vgrey">
230230
<q-card-section>
@@ -287,7 +287,7 @@
287287
</q-card-actions>
288288
</q-card>
289289
</q-dialog>
290-
<!-- Rank dialog -->
290+
<!-- Rank dialog -->
291291
<q-dialog v-model="rankDialog">
292292
<q-card style="min-width: 50vw; max-width: 70vw;" class="bg-vgrey">
293293
<q-card-section>

0 commit comments

Comments
 (0)