add customer and providers
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<NuxtLink
|
||||
to="/customers"
|
||||
class="group flex items-center px-3 py-2 rounded-lg text-sm font-medium
|
||||
bg-primary-50 text-primary-700 border border-primary-100"
|
||||
text-slate-600 hover:bg-slate-100 hover:text-slate-900 transition"
|
||||
>
|
||||
Customers
|
||||
</NuxtLink>
|
||||
@@ -39,6 +39,22 @@
|
||||
Policies
|
||||
</NuxtLink>
|
||||
|
||||
<NuxtLink
|
||||
to="/providers"
|
||||
class="group flex items-center px-3 py-2 rounded-lg text-sm font-medium
|
||||
text-slate-600 hover:bg-slate-100 hover:text-slate-900 transition"
|
||||
>
|
||||
Providers
|
||||
</NuxtLink>
|
||||
|
||||
<NuxtLink
|
||||
to="/tasks"
|
||||
class="group flex items-center px-3 py-2 rounded-lg text-sm font-medium
|
||||
text-slate-600 hover:bg-slate-100 hover:text-slate-900 transition"
|
||||
>
|
||||
Tasks
|
||||
</NuxtLink>
|
||||
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user