File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ type Native_StartVPNObj = {
432432
433433 return (
434434 < >
435- < div className = "header" >
435+ < div className = "header" style = { { padding : "1rem 0 0 0" } } >
436436 < div className = "header-content" >
437437 < div className = "menu-icon" onClick = { toggleMenu } >
438438 < img src = "/assets/menu.svg" > </ img >
@@ -515,12 +515,12 @@ type Native_StartVPNObj = {
515515 </ >
516516 ) }
517517
518- < button className = "vip-button" onClick = { ( ) => navigate ( "/vip" ) } style = { { width : "80%" } } >
518+ { /* <button className="vip-button" onClick={() => navigate("/vip")} style={{width: "80%"}}>
519519 VIP Service
520- </ button >
520+ </button> */ }
521521 </ div >
522522
523- < div className = "footer" >
523+ < div className = "footer" style = { { padding : "0 0 1rem 0" } } >
524524 < div className = "footer-content" >
525525 © { new Date ( ) . getFullYear ( ) } CoNET.network. All rights reserved
526526 </ div >
You can’t perform that action at this time.
0 commit comments