We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fcb81 commit 7a09993Copy full SHA for 7a09993
1 file changed
src/components/Footer.tsx
@@ -61,7 +61,11 @@ const Footer: Component = () => {
61
<Supporter alt="Vercel" href="https://www.vercel.com/" img={vercel} />
62
<Supporter alt="Jetbrains" href="https://www.jetbrains.com/" img={jetbrains} />
63
<Supporter alt="Stytch" href="https://www.stytch.com/" img={stytch} />
64
- <Supporter alt="Interview Pal" href="https://www.stytch.com/" img={interviewpal} />
+ <Supporter
65
+ alt="Interview Pal"
66
+ href="https://www.theinterviewpal.com/"
67
+ img={interviewpal}
68
+ />
69
</div>
70
71
<div class="flex justify-between">
0 commit comments