We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52de1f2 commit 096dc7eCopy full SHA for 096dc7e
src/views/Home.vue
@@ -7,11 +7,13 @@
7
<router-link to="/register" class="text-blue-500">here</router-link>.
8
</p>
9
</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
- >
+ <article class="p-5 mt-5 text-lg text-center bg-white border rounded">
+ <p>
+ Docs on how this application is built can be found at:
+ <a href="https://laravelvuespa.com/" class="base-link"
+ >laravelvuespa.com</a
15
+ >
16
+ </p>
17
18
</div>
19
</template>
0 commit comments