Fix navigation background color: bg-base-100 → bg-base-200
All checks were successful
Build Docker Image / build (push) Successful in 4m10s

This commit is contained in:
Ruslan Bakiev
2026-01-15 13:03:16 +07:00
parent 43158924ab
commit 97f346ba83
3 changed files with 3 additions and 3 deletions

View File

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