small changes

This commit is contained in:
F4ilji
2025-10-08 01:08:07 +05:00
parent a65b70a23f
commit 6a279d4942
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
<template>
<dl v-if="!(authors[0] === 'Без автора' && null)" class="flex flex-col sm:flex-row gap-1 items-baseline">
<dl v-if="!!authors.length" class="flex flex-col sm:flex-row gap-1 items-baseline">
<dt class="min-w-40">
<h3 class="block text-sm text-gray-500 m-0 underline">Над статьей работали:</h3>
</dt>