Skip to content

Commit

Permalink
docs(Toc): remove promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jun 1, 2023
1 parent 91f590c commit 1e2d48a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/docs/src/components/app/Toc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</v-hover>
</v-col>
<v-col cols="12">
<!-- <v-col cols="12">
<a
href="https://themeselection.com/item/category/vuejs-admin-templates/?utm_source=vuetify&utm_medium=banner&utm_campaign=category_page&utm_id=12"
target="_blank"
Expand All @@ -103,7 +103,7 @@
>
<v-img src="https://cdn.vuetifyjs.com/docs/images/promotions/theme-selection-dashboard-2023/themeselection-promotion-banner.png" />
</a>
</v-col>
</v-col> -->
</v-row>
</v-container>
</template>
Expand Down Expand Up @@ -241,13 +241,13 @@
scrolling.value = false
}
function onClickPromotion () {
event('click', {
event_category: 'vuetify-toc',
event_label: 'promotion',
value: 'theme-selection',
})
}
// function onClickPromotion () {
// event('click', {
// event_category: 'vuetify-toc',
// event_label: 'promotion',
// value: 'theme-selection',
// })
// }
const sponsorStore = useSponsorsStore()
Expand Down

0 comments on commit 1e2d48a

Please sign in to comment.