Skip to content

Commit 7a09993

Browse files
committed
Fix InterviewPal URL
1 parent 60fcb81 commit 7a09993

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/Footer.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ const Footer: Component = () => {
6161
<Supporter alt="Vercel" href="https://www.vercel.com/" img={vercel} />
6262
<Supporter alt="Jetbrains" href="https://www.jetbrains.com/" img={jetbrains} />
6363
<Supporter alt="Stytch" href="https://www.stytch.com/" img={stytch} />
64-
<Supporter alt="Interview Pal" href="https://www.stytch.com/" img={interviewpal} />
64+
<Supporter
65+
alt="Interview Pal"
66+
href="https://www.theinterviewpal.com/"
67+
img={interviewpal}
68+
/>
6569
</div>
6670
</div>
6771
<div class="flex justify-between">

0 commit comments

Comments
 (0)