File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 154154 display : inline-flex ;
155155 align-items : center ;
156156 justify-content : center ;
157- height : 25px ;
158- min-width : 45px ;
159- padding : 4px 4px 6px 4px ;
157+ height : 2.2rem ;
158+ padding : 0.4rem 0.6rem ;
160159 margin-left : 10px ;
161160 color : var (--navbarWallet-color );
162161 border-radius : 12px ;
162+ font-size : 1.2rem ;
163163 border : 1px solid var (--navbarWallet-color );
164164}
Original file line number Diff line number Diff line change @@ -92,19 +92,14 @@ export const NETWORK_LINKS = [
9292 } ,
9393 {
9494 name : "opBNB" ,
95- href : "/api/networks /opbnb" ,
95+ href : "/services/reference /opbnb" ,
9696 logo : `${ LOGO_PATH } /logo-bnb.svg` ,
9797 } ,
9898 {
9999 name : "Optimism" ,
100100 href : "/services/reference/optimism" ,
101101 logo : `${ LOGO_PATH } /logo-opt.svg` ,
102102 } ,
103- {
104- name : "opBNB" ,
105- href : "/services/reference/opbnb" ,
106- logo : `${ LOGO_PATH } /logo-bnb.svg` ,
107- } ,
108103 {
109104 name : "Palm" ,
110105 href : "/services/reference/palm" ,
You can’t perform that action at this time.
0 commit comments