Skip to content

Commit

Permalink
Add links (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves authored Nov 22, 2023
1 parent f77e5f9 commit cf93a05
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions components/header/menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,18 @@ const HeaderMenu = () => {
</ul>
<div className="header__menu__content__wrap__buttons">
{/* TODO: add lights */}
<button type="button" className="btn btn-dark text-white bg-dark-gray shadow-none">
<a
href="mailto:[email protected]"
className="btn btn-dark text-white bg-dark-gray shadow-none"
>
Get in touch
</button>
<button
type="button"
</a>
<a
href="https://mongabay.org/"
className="btn btn-light text-dark-gray border border-gray-dark shadow-none"
>
Find out more
</button>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit cf93a05

Please sign in to comment.