File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ const sponsors = computed(() => {
2020<template >
2121 <a
2222 class =" viteconf"
23- href =" https://viteconf.org/23/?utm=vite-sidebar"
23+ href =" https://viteconf.org/23/replay ?utm=vite-sidebar"
2424 target =" _blank"
2525 >
2626 <img width =" 22" height =" 22" src =" /viteconf.svg" />
2727 <span >
28- <p class =" extra-info" >Free Online Conference </p >
29- <p class =" heading" >ViteConf 23 - Oct 5 </p >
30- <p class =" extra-info" >Get your ticket now !</p >
28+ <p class =" extra-info" >Beyond Fast </p >
29+ <p class =" heading" >ViteConf 2023 </p >
30+ <p class =" extra-info" >Watch the replay !</p >
3131 </span >
3232 </a >
3333 <VPDocAsideSponsors v-if =" data" :data =" sponsors" />
@@ -38,7 +38,6 @@ const sponsors = computed(() => {
3838 margin-top : 1rem ;
3939 margin-bottom : 1rem ;
4040 border-radius : 14px ;
41- padding-left : 2.5rem ;
4241 padding-top : 0.4rem ;
4342 padding-bottom : 0.4rem ;
4443 position : relative ;
@@ -48,7 +47,8 @@ const sponsors = computed(() => {
4847 display : flex ;
4948 align-items : center ;
5049 justify-content : center ;
51- gap : 0.75rem ;
50+ width : 100% ;
51+ gap : 1rem ;
5252 background-color : var (--vp-c-bg-alt );
5353 border : 2px solid var (--vp-c-bg-alt );
5454 transition : border-color 0.5s ;
@@ -57,8 +57,6 @@ const sponsors = computed(() => {
5757 border : 2px solid var (--vp-c-brand-light );
5858}
5959.viteconf img {
60- position : absolute ;
61- left : 1.5rem ;
6260 transition : transform 0.5s ;
6361 transform : scale (1.25 );
6462}
Original file line number Diff line number Diff line change 2323 link : https://github.com/vitejs/vite
2424 - theme : brand
2525 text : 🎉 ViteConf 23!
26- link : https://viteconf.org/23/?utm=vite-homepage
26+ link : https://viteconf.org/23/replay ?utm=vite-homepage
2727
2828features :
2929 - icon : 💡
You can’t perform that action at this time.
0 commit comments