Skip to content

Commit

Permalink
docs(HomeEntry): add home page snips promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Sep 16, 2024
1 parent 9349dd2 commit abc0d7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/docs/src/components/home/Entry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
</v-col>
</v-row>
</v-col>

<VoPromotionsCardHighlight class="mb-n8" max-width="1096" slug="vuetify-snips" />
</v-row>
</v-container>
</template>
Expand All @@ -111,3 +113,8 @@
}, 1000)
}
</script>

<style lang="sass" scoped>
:deep(.v-card-item)
max-width: 100%
</style>

0 comments on commit abc0d7e

Please sign in to comment.