Skip to content

Commit ee97545

Browse files
authored
Change text to reflect remote event (vuejs#2051)
1 parent aa0474d commit ee97545

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vitepress/inlined-scripts/restorePreference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
restore('vue-docs-prefer-composition', 'prefer-composition')
99
restore('vue-docs-prefer-sfc', 'prefer-sfc', true)
1010

11-
window.__VUE_BANNER_ID__ = 'VT-22'
11+
window.__VUE_BANNER_ID__ = 'VTO-22'
1212
restore(`vue-docs-banner-${__VUE_BANNER_ID__}`, 'banner-dismissed')
1313
})()

.vitepress/theme/components/Banner.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import { ref } from 'vue'
88
*/
99
let open = $ref(true)
1010
const banner = ref({
11-
cta: 'Register Now',
11+
cta: 'Get Your Remote Spot',
1212
title:
13-
'Join the Vue community in-person for <strong>VueConf Toronto</strong> from 1-3 November 2022!',
13+
'Join the Vue community ONLINE at <strong>VueConf Toronto</strong> from 1-3 November 2022!',
1414
subtitle: 'Use the code VUEJS to get 25% off on tickets!',
1515
shortText: 'Join in-person <br> 1-3 November 2022, Toronto, Canada',
16-
link: 'https://vuetoronto.com/'
16+
link: 'https://vuetoronto.com/tickets'
1717
})
1818
/**
1919
* Call this if the banner is dismissible

0 commit comments

Comments
 (0)