Skip to content

Commit 096dc7e

Browse files
author
Gareth Redfern
committed
fix typo and add p tag to home text
1 parent 52de1f2 commit 096dc7e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/views/Home.vue

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
<router-link to="/register" class="text-blue-500">here</router-link>.
88
</p>
99
</article>
10-
<article class="p-5 mt-5 text-lg text-center bg-white border rouned">
11-
Docs on how this application is built can be found at:
12-
<a href="https://laravelvuespa.com/" class="base-link"
13-
>laravelvuespa.com</a
14-
>
10+
<article class="p-5 mt-5 text-lg text-center bg-white border rounded">
11+
<p>
12+
Docs on how this application is built can be found at:
13+
<a href="https://laravelvuespa.com/" class="base-link"
14+
>laravelvuespa.com</a
15+
>
16+
</p>
1517
</article>
1618
</div>
1719
</template>

0 commit comments

Comments
 (0)