File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ const sponsors = computed(() => {
2020<template >
2121 <a
2222 class =" viteconf"
23- href =" https://viteconf.org/?utm=vite-sidebar"
23+ href =" https://viteconf.org/24/replay ?utm=vite-sidebar"
2424 target =" _blank"
2525 >
2626 <img width =" 22" height =" 22" src =" /viteconf.svg" alt =" ViteConf Logo" />
2727 <span >
2828 <p class =" extra-info" >Building Together</p >
29- <p class =" heading" >ViteConf 24 - Oct 3 </p >
30- <p class =" extra-info" >Get your free ticket! </p >
29+ <p class =" heading" >ViteConf 2024 </p >
30+ <p class =" extra-info" >リプレイを視聴する! </p >
3131 </span >
3232 </a >
3333 <VPDocAsideSponsors v-if =" data" :data =" sponsors" />
Original file line number Diff line number Diff line change @@ -6,9 +6,13 @@ import HeroDiagram from './HeroDiagram.vue'
66 <div class =" hero" >
77 <div class =" container" >
88 <!-- ViteConf Replay Button -->
9- <a href =" https://viteconf.org/" class =" hero__pill" target =" _blank" >
9+ <a
10+ href =" https://viteconf.org/24/replay?utm=vite"
11+ class =" hero__pill"
12+ target =" _blank"
13+ >
1014 <img src =" /viteconf.svg" alt =" Viteconf logo" width =" 20" height =" 20" />
11- <span >ViteConf 2024 - Oct 3rd & 4th </span >
15+ <span >ViteConf 2024 のトーク </span >
1216 </a >
1317
1418 <!-- Heading -->
You can’t perform that action at this time.
0 commit comments