Skip to content

Commit 6910ea8

Browse files
Modify Welcome.vue file
1 parent 099fdd5 commit 6910ea8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

resources/js/Components/Welcome.vue

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ import ApplicationLogo from "@/Components/ApplicationLogo.vue";
55
<template>
66
<div>
77
<div class="p-6 bg-white border-b border-gray-200 lg:p-8">
8-
<ApplicationLogo class="block w-auto h-12" />
9-
<h4 class="mt-8 text-2xl font-medium text-gray-900">
10-
Welcome to <b>SPA</b> - single page application project!
11-
</h4>
8+
<ApplicationLogo class="block w-auto h-12 mb-4" />
129
<b>Please leave a star &#11088;</b>
1310
<br />
1411
<a href="https://github.com/perisicnikola37/laravel-inertia-vue-spa" target="_blank"><b
1512
style="color: #6875f5">Click here</b></a>
16-
<p class="mt-6 leading-relaxed text-gray-500">
13+
<p class="mt-2 leading-relaxed text-gray-500">
1714
This SPA offers an all-in-one solution for managing users and roles, featuring an
1815
easy-to-use dashboard for administrators.
1916
<br />

0 commit comments

Comments
 (0)