Skip to content

Commit a8cd3bb

Browse files
committed
Updated Mentor and Volunteer google form Links
Rohit created the two google forms, but it was under the wrong gmail account. Now they're under our hackmerced gmail account and with different links.
1 parent ced7316 commit a8cd3bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Contribute/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import "./styles.scss";
55
const Contribute: FC = (): JSX.Element => {
66
return (
77
<div className="grid-container">
8-
<a href="https://forms.gle/9HP7qPGiLNWDG3C4A" target="_blank">
8+
<a href="https://forms.gle/jnbAc1XSjRXa9sbi9" target="_blank">
99
<div className="grid-item">Mentor</div>
1010
</a>
11-
<a href="https://forms.gle/jLqbvgyAdwnJR3XU7" target="_blank">
11+
<a href="https://forms.gle/Dh6z8SSAfFLN4m9s8" target="_blank">
1212
<div className="grid-item">Volunteer</div>
1313
</a>
1414
</div>

0 commit comments

Comments
 (0)