We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ced7316 + a8cd3bb commit 8f568caCopy full SHA for 8f568ca
src/components/Contribute/index.tsx
@@ -5,10 +5,10 @@ import "./styles.scss";
5
const Contribute: FC = (): JSX.Element => {
6
return (
7
<div className="grid-container">
8
- <a href="https://forms.gle/9HP7qPGiLNWDG3C4A" target="_blank">
+ <a href="https://forms.gle/jnbAc1XSjRXa9sbi9" target="_blank">
9
<div className="grid-item">Mentor</div>
10
</a>
11
- <a href="https://forms.gle/jLqbvgyAdwnJR3XU7" target="_blank">
+ <a href="https://forms.gle/Dh6z8SSAfFLN4m9s8" target="_blank">
12
<div className="grid-item">Volunteer</div>
13
14
</div>
0 commit comments