add new default color and fix bugs

This commit is contained in:
F4ilji
2025-04-05 18:36:32 +05:00
parent 8aeef476ae
commit f0f9a6fbd2
94 changed files with 317 additions and 318 deletions
@@ -27,14 +27,14 @@
<div>
<div v-if="post.category" class="flex gap-3 bvi-hide">
<a :href="route('client.post.index', { 'category[]': post.category.slug })">
<span class="inline-block text-xs font-medium tracking-wider uppercase mt-5 text-blue-600">
<span class="inline-block text-xs font-medium tracking-wider uppercase mt-5 text-primary">
{{ post.category ? post.category.title : "Новости" }}
</span>
</a>
</div>
<div v-else class="flex gap-3">
<span>
<span class="inline-block text-xs font-medium tracking-wider uppercase mt-5 text-blue-600">
<span class="inline-block text-xs font-medium tracking-wider uppercase mt-5 text-primary">
Новости
</span>
</span>