Skip to content

Commit

Permalink
docs(SystemBar): add new promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Sep 7, 2022
1 parent 69eefd9 commit 1be5260
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/docs/src/layouts/default/SystemBar.vue
@@ -1,14 +1,14 @@
<template>
<v-system-bar
v-if="hasPromotion && false"
v-if="hasPromotion"
class="cm-system-bar"
app
dark
height="66"
>
<a
class="cm-banner"
href="https://cutt.ly/0JmRXHr"
href="https://vuejsforge.com?friend=vuetify&utm_source=vuetify&utm_medium=website&utm_campaign=affiliate&utm_content=top_banner"
rel="noopener"
target="_blank"
@click="onClick"
Expand Down Expand Up @@ -50,7 +50,7 @@
onClick () {
this.$gtag.event('click', {
event_category: 'vuetify-banner',
event_label: 'ui-lib-nitro',
event_label: 'vs-forge-2',
value: this.name.toLowerCase(),
})
},
Expand Down Expand Up @@ -78,12 +78,12 @@
white-space: nowrap
.cm-banner
background-image: url(https://vuetifyjs.b-cdn.net/store/promotions/road-to-vuetify-3-ui-lib/road-to-vuetify-ui-lib-3.png)
background-image: url(https://cdn.vuetifyjs.com/docs/images/promotions/vs-forge-2/vs-mobile.png)
background-size: cover
@media (min-width: 437px)
background-image: url(https://vuetifyjs.b-cdn.net/store/promotions/road-to-vuetify-3-ui-lib/road-to-vuetify-ui-lib-2.png)
background-image: url(https://cdn.vuetifyjs.com/docs/images/promotions/vs-forge-2/vs-tablet.png)
@media (min-width: 992px)
background-image: url(https://vuetifyjs.b-cdn.net/store/promotions/road-to-vuetify-3-ui-lib/road-to-vuetify-ui-lib-1.png)
background-image: url(https://cdn.vuetifyjs.com/docs/images/promotions/vs-forge-2/vs-desktop.png)
</style>

0 comments on commit 1be5260

Please sign in to comment.