From 284a0e37888ab253bc2853e34e59f6c449c13efc Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Fri, 23 May 2025 08:41:16 +0330 Subject: [PATCH] Update articles grid section --- frontend/components/articles/ArticlesList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/articles/ArticlesList.vue b/frontend/components/articles/ArticlesList.vue index 6c346ee..41befe4 100644 --- a/frontend/components/articles/ArticlesList.vue +++ b/frontend/components/articles/ArticlesList.vue @@ -18,7 +18,7 @@ const isMobile = useMediaQuery('(max-width: 1024px)');