File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import netlify from '../assets/supporters/netlify.webp';
88import divriots from '../assets/supporters/divriots.webp' ;
99import jetbrains from '../assets/supporters/jetbrains.webp' ;
1010import vercel from '../assets/supporters/vercel.webp' ;
11+ import interviewpal from '../assets/supporters/interviewpal.webp' ;
1112import stytch from '../assets/supporters/stytch.webp' ;
1213import Social from './Social' ;
1314import { useAppState } from '../AppContext' ;
@@ -60,6 +61,7 @@ const Footer: Component = () => {
6061 < Supporter alt = "Vercel" href = "https://www.vercel.com/" img = { vercel } />
6162 < Supporter alt = "Jetbrains" href = "https://www.jetbrains.com/" img = { jetbrains } />
6263 < Supporter alt = "Stytch" href = "https://www.stytch.com/" img = { stytch } />
64+ < Supporter alt = "Interview Pal" href = "https://www.stytch.com/" img = { interviewpal } />
6365 </ div >
6466 </ div >
6567 < div class = "flex justify-between" >
You can’t perform that action at this time.
0 commit comments