File tree 2 files changed +4
-11
lines changed
.dumi/theme/builtins/HomePage/components/ShowCase
2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ const walletList: Wallet[] = [
28
28
) ;
29
29
} ,
30
30
} ,
31
- metadata_CoinbaseWallet ,
32
31
] ;
33
32
34
33
export default ( ) => {
@@ -43,7 +42,10 @@ export default () => {
43
42
< span className = { styles . title } > Connect Wallet</ span >
44
43
< div className = { classNames ( styles . connectContainer , styles . connectModalContainer ) } >
45
44
< ConnectModal . ModalPanel
46
- mode = "normal"
45
+ locale = { {
46
+ guideTipTitle : 'New to Web3?' ,
47
+ } }
48
+ mode = "simple"
47
49
title = "Connect Wallet"
48
50
footer = "Powered by AntChain"
49
51
walletList = { walletList }
Original file line number Diff line number Diff line change 44
44
flex-shrink : 0 ;
45
45
width : 400px ;
46
46
}
47
- .connectModalContainer {
48
- position : absolute ;
49
- width : 737px ;
50
- transform-origin : left top ;
51
- transform : scale (0.56 );
52
- }
53
47
}
54
48
}
55
49
69
63
.connectModalCardBg {
70
64
min-height : 356px ;
71
65
}
72
- .connectModalContainer {
73
- transform : scale (0.41 );
74
- }
75
66
}
76
67
.footer {
77
68
margin-top : 33px ;
You can’t perform that action at this time.
0 commit comments