File tree 2 files changed +9
-5
lines changed
docs/.vitepress/theme/components
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ const sponsors = computed(() => {
20
20
<template >
21
21
<a
22
22
class =" viteconf"
23
- href =" https://viteconf.org/?utm=vite-sidebar"
23
+ href =" https://viteconf.org/24/replay ?utm=vite-sidebar"
24
24
target =" _blank"
25
25
>
26
26
<img width =" 22" height =" 22" src =" /viteconf.svg" alt =" ViteConf Logo" />
27
27
<span >
28
28
<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" >Watch the replay !</p >
31
31
</span >
32
32
</a >
33
33
<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'
6
6
<div class =" hero" >
7
7
<div class =" container" >
8
8
<!-- 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
+ >
10
14
<img src =" /viteconf.svg" alt =" Viteconf logo" width =" 20" height =" 20" />
11
- <span >ViteConf 2024 - Oct 3rd & 4th </span >
15
+ <span >ViteConf 2024 Talks </span >
12
16
</a >
13
17
14
18
<!-- Heading -->
You can’t perform that action at this time.
0 commit comments