Skip to content

Commit

Permalink
ui: update ArticleItem.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 2, 2023
1 parent 7766ba3 commit 5412398
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions components/ArticleItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,13 @@
<v-card
:to="url(article)"
link=""
class="h-100 d-flex flex-column pa-3 overflow-hidden">
class="h-100 d-flex flex-column px-3 py-5 overflow-hidden">
<v-card-title>
{{ article.title }}
</v-card-title>
<v-card-subtitle>
{{ article.createdAt }}
</v-card-subtitle>
<v-card-text>
{{ article.description }}…
</v-card-text>
<v-card-actions>
<v-btn text="" outlined="">
<span>Devamını merak ettim</span>
<v-icon>{{ icons.mdiChevronRight }}</v-icon>
</v-btn>
</v-card-actions>
</v-card>
</template>

Expand Down

0 comments on commit 5412398

Please sign in to comment.