Add link to see more button
This commit is contained in:
@@ -232,11 +232,13 @@ onUnmounted(() => {
|
|||||||
<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
|
<NuxtLink :to="slide.link">
|
||||||
class="max-sm:hidden max-lg:typo-label-xs invert rounded-full hover:bg-transparent"
|
<Button
|
||||||
>
|
class="max-sm:hidden max-lg:typo-label-xs invert rounded-full hover:bg-transparent"
|
||||||
مشاهده
|
>
|
||||||
</Button>
|
مشاهده
|
||||||
|
</Button>
|
||||||
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user