Skip to content

Commit f1f2621

Browse files
committed
Fix links in mobile screens
1 parent 7ec81aa commit f1f2621

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

layouts/docs.vue

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</label>
2020
<LogoLink class="md:hidden" to="/docs" />
2121
</div>
22-
<div class="navbar-end">
22+
<div class="navbar-end hidden md:flex">
2323
<NuxtLink
2424
class="btn btn-ghost gap-x-2 font-normal normal-case"
2525
to="/dashboard"
@@ -28,7 +28,7 @@
2828
<ArrowUpRightIcon class="w-4 h-4" />
2929
</NuxtLink>
3030
<NuxtLink
31-
class="btn btn-ghost gap-x-2 font-normal normal-case"
31+
class="btn btn-ghost font-normal normal-case"
3232
to="https://github.com/netervati/pseudo-rest-api"
3333
>
3434
Source
@@ -51,6 +51,24 @@
5151
{{ doc.text }}
5252
</NuxtLink>
5353
</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>
5472
</ul>
5573
</div>
5674
</div>

0 commit comments

Comments
 (0)