Skip to content

Commit 9e171e5

Browse files
committed
fix start page which also solves test problems
1 parent 304b78c commit 9e171e5

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

src/pages/Start.vue

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
<template>
22
<div class="window-height window-width row justify-center items-center">
3-
<q-card dark bordered class="bg-grey-9 my-card">
3+
<q-card
4+
dark
5+
bordered
6+
class="bg-grey-9 my-card"
7+
>
48
<q-card-section>
5-
<div class="text-h6">Start Page</div>
6-
<div class="text-subtitle2">by John Doe</div>
9+
<div class="text-h6">
10+
Start Page
11+
</div>
12+
<div class="text-subtitle2">
13+
by John Doe
14+
</div>
715
</q-card-section>
816

9-
<q-separator dark inset />
17+
<q-separator
18+
dark
19+
inset
20+
/>
1021

1122
<q-card-section>
1223
<p

0 commit comments

Comments
 (0)