-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f77e5f9
commit cf93a05
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|