This commit is contained in:
marzban-dev
2025-03-13 20:30:32 +03:30
parent 0a69be1be9
commit 071ba1c350
+5 -4
View File
@@ -227,11 +227,12 @@ onUnmounted(() => {
</h3> </h3>
</div> </div>
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
<span class="truncate typo-p-xs md:typo-p-sm lg:typo-p-lg text-white"> <span class="truncate typo-p-xs md:typo-p-sm lg:typo-p-lg text-white">
{{ slide.description }} {{ slide.description }}
</span> </span>
<Button <Button
class="max-sm:hidden max-lg:typo-label-xs invert rounded-full hover:bg-transparent"> class="max-sm:hidden max-lg:typo-label-xs invert rounded-full hover:bg-transparent"
>
مشاهده مشاهده
</Button> </Button>
</div> </div>