Skip to content

Commit

Permalink
Merge pull request #122 from HackAtUCI/feature/incident-response-form
Browse files Browse the repository at this point in the history
feat: incident response form
  • Loading branch information
tyleryy authored Nov 3, 2023
2 parents 4ba36cc + d4f714b commit 7b9b9df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/site/src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Nav from "react-bootstrap/Nav";
import Navbar from "react-bootstrap/Navbar";

import ZotHacksLogo from "@/assets/icons/zothacks-logo.png";
import openNewWindow from "@/assets/icons/open-new-window.svg";

import styles from "./NavBar.module.scss";

Expand Down Expand Up @@ -51,6 +52,13 @@ export default function NavBar() {
>
Schedule
</Link>
<Link
href="https://forms.gle/6GUGYnVoFhAAxVkL8"
className={styles.notActive}
target="_blank"
>
Incident Form
</Link>
</Nav>
</Navbar.Collapse>
</Container>
Expand Down

0 comments on commit 7b9b9df

Please sign in to comment.