From 799ec4e537670203dac8f660fada786a148f6ea4 Mon Sep 17 00:00:00 2001 From: GivFNZ Date: Fri, 28 Feb 2025 18:46:44 -0300 Subject: [PATCH] ref: separate footer to improve maintainability --- src/App.tsx | 6 ++---- src/components/Footer/index.tsx | 8 ++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 src/components/Footer/index.tsx diff --git a/src/App.tsx b/src/App.tsx index 7668d8a..01a9377 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,7 @@ import Projects from './pages/projects'; import { HashRouter } from 'react-router-dom'; import '@fontsource-variable/red-hat-display'; import Skills from './pages/skills'; +import Footer from './components/Footer'; function App() { return ( @@ -35,10 +36,7 @@ function App() { -
-

© 2025 GivFNZ

-

Version: 1.1.11

-
+