File tree 4 files changed +28
-3
lines changed
4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ export default async () => {
74
74
label : 'English' ,
75
75
lang : 'en' ,
76
76
themeConfig : {
77
+ logo : {
78
+ src : '/logo.svg' ,
79
+ alt : 'reactuse'
80
+ } ,
77
81
editLink : {
78
82
pattern : ( { filePath, params } ) => {
79
83
if ( filePath . includes ( 'hooks' ) && params ?. name ) {
Original file line number Diff line number Diff line change 4
4
: root {
5
5
--vp-home-hero-name-color : transparent;
6
6
--vp-home-hero-name-background : -webkit-linear-gradient (120deg , # 61dafb, # 205dae );
7
-
7
+ --vp-home-hero-image-background-image : linear-gradient (130deg , # 006EFF, # 00C8FF );
8
+ --vp-home-hero-image-filter : blur (40px ) opacity (0.35 );
9
+
8
10
--vp-c-bg : # ffffff ;
9
11
10
- --vp-c-brand-1 : # 52b6d2 ;
12
+ --vp-c-brand-1 : # 087EA4 ;
11
13
--vp-c-brand-2 : # 4ca8c6 ;
12
- --vp-c-brand-3 : # 5fc6e9 ;
14
+ --vp-c-brand-3 : # 52BDE9 ;
13
15
}
14
16
15
17
.dark {
18
+ --vp-c-brand-1 : # 58C4DC ;
16
19
--vp-c-bg : # 181818 ;
17
20
--vp-c-bg-soft : # 1f1f1f ;
18
21
--vp-c-bg-alt : # 1d1c1c ;
Original file line number Diff line number Diff line change 6
6
name : reactuse
7
7
text : the largest and most useful hook library
8
8
tagline : Improve your react applications with our library 📦 designed for comfort and speed
9
+ image :
10
+ src : /logo.svg
11
+ alt : reactuse
9
12
actions :
10
13
- theme : brand
11
14
text : Get Started
You can’t perform that action at this time.
0 commit comments