Skip to content

Commit

Permalink
pages(/yazilar): use article-grid for articles
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Mar 30, 2024
1 parent 444df62 commit d1f4c82
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pages/yazilar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@
<inner-container>
<article-disclaimer-alert class="mb-12" />

<v-row>
<template v-for="_article in articles">
<v-col
:key="_article.slug"
cols="12"
lg="4">
<article-card-item :article="_article" />
</v-col>
</template>
</v-row>
<article-grid :articles="articles" />
</inner-container>
</div>
</template>
Expand Down

0 comments on commit d1f4c82

Please sign in to comment.