File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 19
19
</label >
20
20
<LogoLink class =" md:hidden" to =" /docs" />
21
21
</div >
22
- <div class =" navbar-end" >
22
+ <div class =" navbar-end hidden md:flex " >
23
23
<NuxtLink
24
24
class =" btn btn-ghost gap-x-2 font-normal normal-case"
25
25
to =" /dashboard"
28
28
<ArrowUpRightIcon class =" w-4 h-4" />
29
29
</NuxtLink >
30
30
<NuxtLink
31
- class =" btn btn-ghost gap-x-2 font-normal normal-case"
31
+ class =" btn btn-ghost font-normal normal-case"
32
32
to =" https://github.com/netervati/pseudo-rest-api"
33
33
>
34
34
Source
51
51
{{ doc.text }}
52
52
</NuxtLink >
53
53
</li >
54
+ <li class =" p-6" ><hr /></li >
55
+ <li >
56
+ <NuxtLink
57
+ class =" btn btn-ghost gap-x-2 font-normal normal-case text-lg w-full justify-start"
58
+ to =" /dashboard"
59
+ >
60
+ Dashboard
61
+ <ArrowUpRightIcon class =" w-4 h-4" />
62
+ </NuxtLink >
63
+ </li >
64
+ <li >
65
+ <NuxtLink
66
+ class =" btn btn-ghost font-normal normal-case text-lg w-full justify-start"
67
+ to =" https://github.com/netervati/pseudo-rest-api"
68
+ >
69
+ Source
70
+ </NuxtLink >
71
+ </li >
54
72
</ul >
55
73
</div >
56
74
</div >
You can’t perform that action at this time.
0 commit comments