Skip to content

Commit

Permalink
fix: Update List.vue to display topWords with proper styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go committed Feb 20, 2024
1 parent 80797e4 commit 062bc7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/home/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
variant="outlined"
hide-details
></v-text-field>
<div class="d-flex justify-center mt-2">
<span v-for="word in topWords" class="mx-1" :key="word">
<div class="d-flex justify-center flex-wrap">
<span v-for="word in topWords" class="mx-1 mt-2" :key="word">
<v-btn
class="text-capitalize"
size="small"
Expand Down

0 comments on commit 062bc7f

Please sign in to comment.