File tree 2 files changed +7
-9
lines changed
.vitepress/theme/components
2 files changed +7
-9
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/23/?utm=vite-sidebar"
23
+ href =" https://viteconf.org/23/replay ?utm=vite-sidebar"
24
24
target =" _blank"
25
25
>
26
26
<img width =" 22" height =" 22" src =" /viteconf.svg" />
27
27
<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 >
31
31
</span >
32
32
</a >
33
33
<VPDocAsideSponsors v-if =" data" :data =" sponsors" />
@@ -38,7 +38,6 @@ const sponsors = computed(() => {
38
38
margin-top : 1rem ;
39
39
margin-bottom : 1rem ;
40
40
border-radius : 14px ;
41
- padding-left : 2.5rem ;
42
41
padding-top : 0.4rem ;
43
42
padding-bottom : 0.4rem ;
44
43
position : relative ;
@@ -48,7 +47,8 @@ const sponsors = computed(() => {
48
47
display : flex ;
49
48
align-items : center ;
50
49
justify-content : center ;
51
- gap : 0.75rem ;
50
+ width : 100% ;
51
+ gap : 1rem ;
52
52
background-color : var (--vp-c-bg-alt );
53
53
border : 2px solid var (--vp-c-bg-alt );
54
54
transition : border-color 0.5s ;
@@ -57,8 +57,6 @@ const sponsors = computed(() => {
57
57
border : 2px solid var (--vp-c-brand-light );
58
58
}
59
59
.viteconf img {
60
- position : absolute ;
61
- left : 1.5rem ;
62
60
transition : transform 0.5s ;
63
61
transform : scale (1.25 );
64
62
}
Original file line number Diff line number Diff line change 23
23
link : https://github.com/vitejs/vite
24
24
- theme : brand
25
25
text : 🎉 ViteConf 23!
26
- link : https://viteconf.org/23/?utm=vite-homepage
26
+ link : https://viteconf.org/23/replay ?utm=vite-homepage
27
27
28
28
features :
29
29
- icon : 💡
You can’t perform that action at this time.
0 commit comments