Skip to content

Commit 4eadbfc

Browse files
committed
Update HeroSection.vue
1 parent 94922cb commit 4eadbfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ import HeroDiagram from './HeroDiagram.vue'
55
<template>
66
<div class="hero">
77
<div class="container">
8-
<!-- ViteConf Replay Button -->
8+
<!-- ViteConf 2025 Button -->
99
<a
1010
href="https://viteconf.org/24/replay?utm=vite"
1111
class="hero__pill"
1212
target="_blank"
1313
>
1414
<img src="/viteconf.svg" alt="Viteconf logo" width="20" height="20" />
15-
<span>Доклады на ViteConf 2024</span>
15+
<span>Доклады на ViteConf 2025</span>
1616
</a>
1717

1818
<!-- Heading -->

0 commit comments

Comments
 (0)