diff --git a/frontend/components/articles/ArticlesList.vue b/frontend/components/articles/ArticlesList.vue index bbb5c47..6c346ee 100644 --- a/frontend/components/articles/ArticlesList.vue +++ b/frontend/components/articles/ArticlesList.vue @@ -27,8 +27,9 @@ const isMobile = useMediaQuery('(max-width: 1024px)'); :title="article.title" :comments="2" :id="article.id" + :slug="article.slug" :date="article.created_at" - :variant="isMobile ? 'sm' : 'lg'" + :variant="'sm'" :category="article.category" tag="تگ ندارد" /> diff --git a/frontend/components/global/BlogPost.vue b/frontend/components/global/BlogPost.vue index 1e26aa7..e5e9a9f 100644 --- a/frontend/components/global/BlogPost.vue +++ b/frontend/components/global/BlogPost.vue @@ -1,24 +1,24 @@ \ No newline at end of file + diff --git a/frontend/components/global/ProductsGrid.vue b/frontend/components/global/ProductsGrid.vue index 9244f1f..0f8f026 100644 --- a/frontend/components/global/ProductsGrid.vue +++ b/frontend/components/global/ProductsGrid.vue @@ -26,7 +26,7 @@ withDefaults(defineProps(), {