Skip to content

Commit 84a3751

Browse files
authored
Vue Fes Japan 2024 チケット広告 早割延長 (#2240)
1 parent 23514a2 commit 84a3751

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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__ = 'vuefes2024_ticket2'
11+
window.__VUE_BANNER_ID__ = 'vuefes2024_ticket3'
1212
restore(`vue-docs-banner-${__VUE_BANNER_ID__}`, 'banner-dismissed')
1313
})()

.vitepress/theme/components/Banner.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function dismiss() {
2323
<template>
2424
<div class="banner" v-if="open">
2525
<a href="https://note.com/moe6811/n/n813c1da8cad7" target="_blank">
26-
Vue Fes Japan 2024 チケット早割販売中! <span>8/25(日)までのご購入で 1,000円 OFF!</span>
26+
Vue Fes Japan 2024 チケット<span>早割販売中!</span>9/8<span>(日)</span>まで<span>のご購入で</span> 1,000円 OFF!
2727
</a>
2828
</div>
2929
</template>
@@ -50,6 +50,7 @@ html:not(.banner-dismissed) {
5050
font-weight: 600;
5151
color: #fff;
5252
background-color: var(--vt-c-green);
53+
background-color: #35495e; /* Vue Fes */
5354
}
5455
5556
.banner-dismissed .banner {

0 commit comments

Comments
 (0)