Skip to content

Commit

Permalink
added feedback form (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofjuneskies authored Nov 3, 2024
1 parent 935d574 commit ec228d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/site/src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ export default function NavBar() {
>
DEVPOST
</Link>
<Link
href="https://forms.gle/xD7XMhnSF5jYzXPN6"
className={styles.notActive}
target="_blank"
>
FEEDBACK FORM
</Link>
</Nav>
</Navbar.Collapse>
</Container>
Expand Down

0 comments on commit ec228d8

Please sign in to comment.