Cleanup components

This commit is contained in:
Pranav
2025-01-12 00:33:01 -08:00
parent c47ca2f66c
commit 33dc2ca2ee
8 changed files with 38 additions and 57 deletions
@@ -24,7 +24,7 @@ const onArticleClick = link => {
<h3 class="font-medium text-n-slate-12">
{{ $t('PORTAL.POPULAR_ARTICLES') }}
</h3>
<div class="flex flex-col gap-2">
<div class="flex flex-col gap-4">
<ArticleListItem
v-for="article in articlesToDisplay"
:key="article.slug"