Skip to content

Commit 2517e65

Browse files
committed
Update banner call to action
1 parent 7d96051 commit 2517e65

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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', true)
99
restore('vue-docs-prefer-sfc', 'prefer-sfc', true)
1010

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

.vitepress/theme/components/Banner.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ function dismiss() {
2929
<a
3030
target="_blank"
3131
class="vt-primary-action"
32-
href="https://vuetoronto.com?utm_source=vuejs&utm_content=top_banner"
33-
>Register <span class="vt-time-now">Now</span></a
32+
href="https://vuetoronto.com/schedule?utm_source=vuejs&utm_content=top_banner"
3433
>
34+
<span class="vt-time-now">View</span> Schedule
35+
</a>
3536
</p>
3637
<button @click="dismiss">
3738
<VTIconPlus class="close" />

0 commit comments

Comments
 (0)