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) => ( <>