File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docs-v3/components/website Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 </button >
1515
1616 <!-- Logo -->
17- <NuxtLink to =" /" class =" flex items-center ml-2 lg:ml-0" >
18- <div class =" w-8 h-8 bg-gradient-to-br from-red-500 to-red-600 rounded-lg flex items-center justify-center " >
19- <span class =" text- white font-bold text-lg " >R</ span >
20- </ div >
21- < span class = " ml-3 text-xl font-semibold text-gray-900 dark:text-white " >
22- Laravel Restify
17+ <NuxtLink to =" /" class =" flex items-center ml-2 lg:ml-0 group " >
18+ <span class =" text-2xl font-bold tracking-tight " >
19+ <span class =" bg-gradient-to-r from-gray-900 via-gray-700 to-gray-900 dark:from- white dark:via-gray-200 dark:to-white bg-clip- text text-transparent drop-shadow-sm " >
20+ Laravel Restify
21+ </ span >
22+ < span class = " inline-block w-2 h-2 ml-0.5 mb-1 rounded-full bg-gradient-to-br from-red-500 to-red-600 shadow-lg shadow-red-500/50 group-hover:shadow-red-500/70 group-hover:scale-110 transition-all duration-300 " ></ span >
2323 </span >
2424 </NuxtLink >
2525 </div >
You can’t perform that action at this time.
0 commit comments