Skip to content

Commit b7ab842

Browse files
authored
Merge pull request #3 from CoNET-project/test
VIP part
2 parents 3b8af17 + 66c3b41 commit b7ab842

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/Home/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)