From 17a94ce9714ab59001d22a7ebea300098b97a770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20=E2=80=9CAd=C3=A6dra=E2=80=9D=20Hamel?= Date: Mon, 1 Jul 2024 19:46:18 +0200 Subject: [PATCH] Put credits back --- lib/views/index.tsx | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/lib/views/index.tsx b/lib/views/index.tsx index 9d33403..a4fa2a1 100644 --- a/lib/views/index.tsx +++ b/lib/views/index.tsx @@ -66,7 +66,27 @@ const Socials = () => ( ); -const Footer = () => ; +const Footer = () => { + const Link = ({ name, url }: { name: string; url: string }) => ( + {name} + ); + + return ( + + ); +}; export default (props: Props) => ( <>