This commit is contained in:
marzban-dev
2025-05-23 08:42:58 +03:30
parent 284a0e3788
commit 6fc96e2da8
+2 -4
View File
@@ -29,7 +29,6 @@ const createdAt = usePersianTimeAgo(new Date(date.value));
</script>
<template>
<div>
<NuxtLink
:to="`/article/${slug}`"
:class="variant === 'lg' ? 'aspect-square rounded-150 overflow-hidden' : 'h-fit'"
@@ -91,8 +90,8 @@ const createdAt = usePersianTimeAgo(new Date(date.value));
v-if="variant === 'sm'"
class="text-white typo-p-xs max-sm:!leading-[175%] sm:typo-p-sm md:typo-p-md line-clamp-3"
>
تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو
در زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها
تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در
زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها
</p>
</div>
</div>
@@ -109,5 +108,4 @@ const createdAt = usePersianTimeAgo(new Date(date.value));
class="w-full h-full bg-linear-to-t from-black to-transparent absolute inset-0 z-15"
/>
</NuxtLink>
</div>
</template>