From e7cad0ff9854cbf73d0a243132b51e10b0af4de7 Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 6 Sep 2024 14:43:13 +0000 Subject: [PATCH] Update README --- components/Footer/Footer.tsx | 22 +++++++++++++-- components/sections/projects/Projects.tsx | 34 +++++++++++++++-------- components/sections/readme/README.tsx | 12 +++----- 3 files changed, 47 insertions(+), 21 deletions(-) diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 59426e6..c3f2a73 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -1,7 +1,25 @@ +import { FiExternalLink } from 'react-icons/fi'; + export const Footer = () => { return ( -