Skip to content

Commit

Permalink
Merge pull request #75 from zkfairdomains/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
rdonmez authored Feb 2, 2024
2 parents 2f5b6f2 + f451540 commit bb9d051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
5 changes: 4 additions & 1 deletion src/assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5718,7 +5718,7 @@ header {
padding: 0;
box-shadow: 0 1px 6px 0 #fff;
position: relative;
z-index: 8;
z-index: 888;
}
header > div > a{text-decoration: none;}
header h1 {
Expand All @@ -5737,6 +5737,9 @@ header h1 span{
font-size: 20px;
margin-top: 3px;
}
.dropdown > div {
padding: 0;
}
@media (max-width: 768px) {
header {
height: 100px;
Expand Down
9 changes: 0 additions & 9 deletions src/partials/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ function Header() {
<nav>
<ul className="d-flex">
<li><Link to="/account">My Domains</Link></li>
<NavDropdown as={"li"} title="Marketplaces">
<NavDropdown.Item className="fs-5" target="_blank" href="https://element.market/collections/zkfair-name-service-56aafc">
<img width={100} height={24} src={elementmarket} className="align-center" alt="ZKFair Domains on Element.Market" />

</NavDropdown.Item>
<NavDropdown.Item target="_blank" href="https://alienswap.xyz/collection/zkfair/zk-fair-name-service-e32d">
<img width={100} height={24} src={alienswap} alt="ZKFair Domains on Element.Market" />
</NavDropdown.Item>
</NavDropdown>
</ul>
</nav>
</div>
Expand Down

0 comments on commit bb9d051

Please sign in to comment.