File tree 2 files changed +29
-4
lines changed
2 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export const sharedConfig = defineConfig({
72
72
} ,
73
73
footer : {
74
74
message : `Released under the MIT License.` ,
75
- copyright : "Copyright © 2023-present Boshen & Oxc Contributors " ,
75
+ copyright : "Copyright © 2023-present VoidZero Inc. " ,
76
76
} ,
77
77
} ,
78
78
markdown : {
Original file line number Diff line number Diff line change @@ -50,7 +50,29 @@ features:
50
50
max-width : 90% ;
51
51
}
52
52
53
- .Sponsors {
53
+ h2 .voidzero-lead {
54
+ text-align : center ;
55
+ padding-top : 60px ;
56
+ }
57
+
58
+ .voidzero {
59
+ display : block ;
60
+ width : 300px ;
61
+ height : 74px ;
62
+ margin : 30px auto -20px ;
63
+ background-image : url (https://voidzero.dev/logo.svg );
64
+ background-repeat : no-repeat ;
65
+ background-size : auto 74px ;
66
+ background-position : center ;
67
+ }
68
+
69
+ .dark .voidzero {
70
+ background-image : url (https://voidzero.dev/logo-white.svg );
71
+ }
72
+
73
+ .sponsors {
74
+ text-align : center ;
75
+ padding-top : 60px ;
54
76
display : grid ;
55
77
justify-items : center ;
56
78
@@ -76,7 +98,10 @@ onMounted(() => {
76
98
})
77
99
</script >
78
100
79
- <div class =" Sponsors " >
80
- <h2 >Sponsored by</h2 >
101
+ <h2 class =" voidzero-lead " >Brought to you by</h2 >
102
+
103
+ <a class =" voidzero " href =" https://voidzero.dev/ " target =" _blank " title =" voidzero.dev " ></a >
104
+
105
+ <div class =" sponsors " >
81
106
<div v-html =" SponsorsSVG " ></div >
82
107
</div >
You can’t perform that action at this time.
0 commit comments