Skip to content

Commit

Permalink
Added a 'Get in Touch link in the nav
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrigati committed Feb 6, 2024
1 parent db993a7 commit d94c659
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/ Navigation/MobileNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ const MobileNavigation = forwardRef<
Docs
</a>
</h2>
<h2 className={styles.menu_heading}>
<a
href='https://forms.gle/mWSKNN6MznpEpW5f8'
target="_blank"
rel="noopener noreferrer"
>
Get in Touch
</a>
</h2>
<h2 className={styles.menu_heading}>
<a
className={styles.terra_link}
Expand Down
7 changes: 7 additions & 0 deletions src/components/ Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ const Navigation = (
>
Docs
</a>
<a
href='https://forms.gle/mWSKNN6MznpEpW5f8'
target="_blank"
rel="noopener noreferrer"
>
Get in Touch
</a>
<a
href='https://discord.com/invite/terra-money'
target="_blank"
Expand Down

0 comments on commit d94c659

Please sign in to comment.