File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 66 body {
77 @apply bg-gray-50;
88 }
9+ .base-link {
10+ @apply text-blue-400;
11+ @apply hover:text-blue-500;
12+ @apply hover:underline;
13+ @apply transition;
14+ }
915}
Original file line number Diff line number Diff line change 11<template >
22 <div class =" py-5" >
3- <p >Welcome to your Dashboard</p >
3+ <p class =" mb-4 text-gray-400" >
4+ Full documentation for how this application is built can be found at
5+ <a href =" https://laravelvuespa.com/" class =" base-link"
6+ >laravelvuespa.com</a
7+ >.
8+ </p >
9+ <div class =" grid gap-10 md:grid-cols-3" >
10+ <ul class =" p-5 bg-white border rounded shadow" >
11+ <li >
12+ <router-link to =" /user" class =" base-link" > View Profile </router-link >
13+ </li >
14+ </ul >
15+ </div >
416 </div >
517</template >
618
You can’t perform that action at this time.
0 commit comments