Skip to content

Commit be6d562

Browse files
committed
docs: update ViteConf 24 cta (#18352)
1 parent 898d61f commit be6d562

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/.vitepress/theme/components/AsideSponsors.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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">Watch the replay!</p>
3131
</span>
3232
</a>
3333
<VPDocAsideSponsors v-if="data" :data="sponsors" />

docs/.vitepress/theme/components/landing/1. hero-section/HeroSection.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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 Talks</span>
1216
</a>
1317

1418
<!-- Heading -->

0 commit comments

Comments
 (0)