File tree 2 files changed +6
-6
lines changed
.vitepress/theme/components
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ const sponsors = computed(() => {
21
21
<template >
22
22
<a
23
23
class =" viteconf"
24
- href =" https://viteconf.org/24/replay ?utm=vite-sidebar"
24
+ href =" https://viteconf.org/?utm=vite-sidebar"
25
25
target =" _blank"
26
26
>
27
27
<img width =" 22" height =" 22" src =" /viteconf.svg" alt =" ViteConf Logo" />
28
28
<span >
29
29
<p class =" extra-info" >Building Together</p >
30
- <p class =" heading" >ViteConf 2024 </p >
31
- <p class =" extra-info" >リプレイを視聴する !</p >
30
+ <p class =" heading" >ViteConf 2025 </p >
31
+ <p class =" extra-info" >初めて対面で開催 !</p >
32
32
</span >
33
33
</a >
34
34
<VPDocAsideSponsors v-if =" data" :data =" sponsors" />
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ import HeroDiagram from './HeroDiagram.vue'
5
5
<template >
6
6
<div class =" hero" >
7
7
<div class =" container" >
8
- <!-- ViteConf Replay Button -->
8
+ <!-- ViteConf 2025 Button -->
9
9
<a
10
- href =" https://viteconf.org/24/replay ?utm=vite"
10
+ href =" https://viteconf.org/?utm=vite"
11
11
class =" hero__pill"
12
12
target =" _blank"
13
13
>
14
14
<img src =" /viteconf.svg" alt =" Viteconf logo" width =" 20" height =" 20" />
15
- <span >ViteConf 2024 のトーク</span >
15
+ <span >ViteConf 2025 のトーク</span >
16
16
</a >
17
17
18
18
<!-- Heading -->
You can’t perform that action at this time.
0 commit comments