Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .vitepress/theme/components/AsideSponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const sponsors = computed(() => {
<template>
<a
class="viteconf"
href="https://viteconf.org/?utm=vite-sidebar"
href="https://www.youtube.com/playlist?list=PLqGQbXn_GDmkJaoykvHCUmXUPjhgH2bVr"
target="_blank"
>
<img
Expand All @@ -33,7 +33,7 @@ const sponsors = computed(() => {
<span>
<p class="extra-info">Building Together</p>
<p class="heading">ViteConf 2025</p>
<p class="extra-info">初めて対面で開催!</p>
<p class="extra-info">リプレイを視聴する</p>
</span>
</a>
<VPDocAsideSponsors v-if="data" :data="sponsors" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import HeroDiagram from './HeroDiagram.vue'
<div class="container">
<!-- ViteConf 2025 Button -->
<a
href="https://viteconf.org/?utm=vite"
href="https://www.youtube.com/playlist?list=PLqGQbXn_GDmkJaoykvHCUmXUPjhgH2bVr"
class="hero__pill"
target="_blank"
>
Expand All @@ -17,7 +17,7 @@ import HeroDiagram from './HeroDiagram.vue'
width="20"
height="20"
/>
<span>ViteConf 2025</span>
<span>ViteConf 2025 Replay</span>
</a>

<!-- Heading -->
Expand Down