This commit is contained in:
marzban-dev
2025-05-23 08:43:05 +03:30
parent 6fc96e2da8
commit 4d8b691842
+2 -4
View File
@@ -18,15 +18,13 @@ await suspense();
<NuxtLink to="/articles">
<Button
variant="primary"
class="rounded-full max-sm:typo-label-sm max-sm:py-2"
class="rounded-full max-md:h-[38px] max-md:text-xs"
end-icon="ci:arrow-left"
>
نمایش همه
</Button>
</NuxtLink>
</div>
<ArticlesList
:articles="[...articles!.results,...articles!.results,...articles!.results,...articles!.results,...articles!.results,...articles!.results]"
/>
<ArticlesList :articles="articles!.results" />
</section>
</template>