diff --git a/frontend/components/articles/ArticlesList.vue b/frontend/components/articles/ArticlesList.vue index 0e832fa..bbb5c47 100644 --- a/frontend/components/articles/ArticlesList.vue +++ b/frontend/components/articles/ArticlesList.vue @@ -29,6 +29,7 @@ const isMobile = useMediaQuery('(max-width: 1024px)'); :id="article.id" :date="article.created_at" :variant="isMobile ? 'sm' : 'lg'" + :category="article.category" tag="تگ ندارد" />