Navigation: bg-base-100 with shadow instead of bg-base-200
All checks were successful
Build Docker Image / build (push) Successful in 3m13s

This commit is contained in:
Ruslan Bakiev
2026-01-22 09:53:47 +07:00
parent 5ad9b7834b
commit f72cd40b42
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<nav v-if="items.length > 0" class="bg-base-200 border-b border-base-300">
<nav v-if="items.length > 0" class="bg-base-100 shadow-sm">
<div class="flex items-center gap-1 py-2 px-4 lg:px-6 overflow-x-auto">
<NuxtLink
v-for="item in items"