Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue Fes Japan 2023 チケット広告(早割延長) #1551

Merged
merged 1 commit into from
Sep 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/inlined-scripts/restorePreference.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
restore('vue-docs-prefer-composition', 'prefer-composition', true)
restore('vue-docs-prefer-sfc', 'prefer-sfc', true)

window.__VUE_BANNER_ID__ = 'vue-fes-japan-2023-ticket'
window.__VUE_BANNER_ID__ = 'vue-fes-japan-2023-ticket-earlybird-extended'
restore(`vue-docs-banner-${__VUE_BANNER_ID__}`, 'banner-dismissed')
})()
2 changes: 1 addition & 1 deletion .vitepress/theme/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function dismiss() {
<template>
<div class="banner" v-if="open">
<a href="https://vuefes.jp/2023/#ticket" target="_blank">
Vue Fes Japan 2023 チケット発売開始! <span>9月18日(月)までのご購入で 1,000円 OFF!</span>
Vue Fes Japan 2023 チケット発売開始! <span>9月30日(土)までのご購入で 1,000円 OFF!</span>
</a>
<button @click="dismiss">
<VTIconPlus class="close" />
Expand Down