diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index d9efe62..24f43a1 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -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>