Skip to content

Commit 8f0218e

Browse files
Merge pull request #164 from waterloop/hotfix/update-links
Recruitment Email Update + Add TikTok Link
2 parents ce45439 + 72829c1 commit 8f0218e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/pages/Recruitment/Recruitment.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ const Recruitment: React.FC = () =>{
8181
We will be recruiting again at the start of {nextCycle} {nextYear}. Sign up below to be notified when postings go live!
8282
</p>
8383
<p>
84-
Missed recruitment but still want to join our team? Reach out to us at <a href = "mailto: contact@waterloop.ca">contact@waterloop.ca</a>!
84+
Missed recruitment but still want to join our team? Reach out to us at <a href = "mailto:join@waterloop.ca">join@waterloop.ca</a>!
8585
</p>
8686
<p>
87-
Do you have prior expertise in linear induction motors, high power PCB design, or other relevant technical topics? We'd love to learn from you as an advisor; reach out to us at <a href = "mailto: contact@waterloop.ca">contact@waterloop.ca</a> if you're interested!
87+
Do you have prior expertise in linear induction motors, high power PCB design, or other relevant technical topics? We'd love to learn from you as an advisor; reach out to us at <a href = "mailto:join@waterloop.ca">join@waterloop.ca</a> if you're interested!
8888
</p>
8989
<SignUpButton onClick={() => window.open('http://wloop.fly.dev/subscribe')} text="Sign up" backgroundColor="yellow" textColor="black" />
9090
</FlexContainer>

src/sections/Footer/Footer.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ const FooterComponent: React.FC = () => (
6161
title="Linkedin"
6262
external={true}
6363
/>
64+
<LinkComponent
65+
link="https://www.tiktok.com/@teamwaterloop"
66+
title="TikTok"
67+
external={true}
68+
/>
6469
</div>
6570
</div>
6671
</div>

0 commit comments

Comments
 (0)