diff --git a/src/containers/Dashboard/Header/index.css b/src/containers/Dashboard/Header/index.css index 38dc8cb..8d8810f 100644 --- a/src/containers/Dashboard/Header/index.css +++ b/src/containers/Dashboard/Header/index.css @@ -13,10 +13,6 @@ padding: 0 100px; } -.header > div:nth-child(2) { - margin-right: 40px; -} - .header_right1 { position: absolute; background: linear-gradient(140.35deg, #FFC8C8 7.97%, #FF7070 50.61%); @@ -34,6 +30,7 @@ display: flex; align-items: center; justify-content: center; + margin-right: 40px; } .stake_drop > img { diff --git a/src/containers/Dashboard/Header/index.js b/src/containers/Dashboard/Header/index.js index 9390b44..3d0f1cb 100644 --- a/src/containers/Dashboard/Header/index.js +++ b/src/containers/Dashboard/Header/index.js @@ -11,15 +11,29 @@ const Header = (props) => { window.open('https://stakedrop.junochain.com', '_blank'); }; + const docs = () => { + window.open('https://github.com/CosmosContracts', '_blank'); + }; + + const blog = () => { + window.open('https://medium.com/@JunoNetwork/', '_blank'); + }; + return (