plug our linkedins in the footer

This commit is contained in:
Michael Fatemi 2021-08-11 21:11:21 -04:00
parent 938be95243
commit 654502aa15

View File

@ -9,7 +9,14 @@ export default function Footer() {
width: '100%',
}}
>
Made by Michael Fatemi, Joshua Hsueh, Nitin Kanchinadam. Code:{' '}
Made by <a href="https://linkedin.com/in/michaelfatemi">Michael Fatemi</a>
,{' '}
<a href="https://www.linkedin.com/in/joshua-hsueh-984435b8/">
Joshua Hsueh
</a>
,{' '}
<a href="https://www.linkedin.com/in/nkanchinadam/">Nitin Kanchinadam</a>.
Code:{' '}
<a href="https://github.com/myfatemi04/wheelshare-frontend">frontend</a>,{' '}
<a href="https://github.com/myfatemi04/wheelshare-altbackend">backend</a>
</div>