mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
add link to categories in the navbar
This commit is contained in:
parent
d75d292b2a
commit
ed3d1bc853
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ if (route.path === "/search") {
|
|||
tabindex="0"
|
||||
class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-200 rounded-box w-52"
|
||||
>
|
||||
<li><a>Categories</a></li>
|
||||
<li><nuxt-link to="/categories">Categories</nuxt-link></li>
|
||||
</ul>
|
||||
</div>
|
||||
<nuxt-link to="/" class="btn btn-ghost text-xl">
|
||||
|
|
@ -72,7 +72,7 @@ if (route.path === "/search") {
|
|||
</div>
|
||||
<div class="navbar-center hidden lg:flex">
|
||||
<ul class="menu menu-horizontal px-1">
|
||||
<li><a>Categories</a></li>
|
||||
<li><nuxt-link to="/categories">Categories</nuxt-link></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="navbar-end gap-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue