File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
< body class ="container mx-auto prose dark:prose-invert dark:bg-slate-900 pt-6 bg-white text-slate-900 ">
11
11
< header >
12
12
< nav class ="mx-auto flex items-center justify-between ">
13
- < strong > JSON Server (* ^ω^) </ strong >
13
+ < strong > JSON Server</ strong >
14
14
< div class ="flex gap-x-6 ">
15
15
< a href ="https://github.com/typicode/json-server ">
16
- < span class ="ml-2 "> GitHub </ span >
16
+ < span class ="ml-2 "> Docs </ span >
17
17
</ a >
18
- < a href ="https://github.com/sponsors/typicode ">
18
+ < a href ="https://github.com/sponsors/typicode " class =" text-red-500 font-semibold " >
19
19
< span class ="ml-2 "> ♡ Sponsor</ span >
20
20
</ a >
21
21
</ div >
22
22
</ nav >
23
23
</ header >
24
24
< main class ="my-12 ">
25
+ < p class ="bg-gradient-to-r from-purple-500 via-pink-500 to-red-500 text-transparent bg-clip-text "> ✧*。٩(ˊᗜˋ*)و✧*。</ p >
25
26
< % if (Object.keys(it.data).length === 0) { %>
26
27
< p > No resources found in JSON file</ p >
27
28
< % } %>
You can’t perform that action at this time.
0 commit comments