File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,12 @@ import ApplicationLogo from "@/Components/ApplicationLogo.vue";
5
5
<template >
6
6
<div >
7
7
<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" />
12
9
<b >Please leave a star ⭐ ; </b >
13
10
<br />
14
11
<a href =" https://github.com/perisicnikola37/laravel-inertia-vue-spa" target =" _blank" ><b
15
12
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" >
17
14
This SPA offers an all-in-one solution for managing users and roles, featuring an
18
15
easy-to-use dashboard for administrators.
19
16
<br />
You can’t perform that action at this time.
0 commit comments