From e805abca4f60d691964c20dbcd7374d57c810adf Mon Sep 17 00:00:00 2001 From: gapry Date: Thu, 5 Mar 2026 17:23:21 +0800 Subject: [PATCH] blog: add footer --- src/App.jsx | 2 ++ src/components/Footer/Footer.css | 18 ++++++++++++++++++ src/components/Footer/Footer.jsx | 20 ++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 src/components/Footer/Footer.css create mode 100644 src/components/Footer/Footer.jsx diff --git a/src/App.jsx b/src/App.jsx index 1bdef22..1eaf77d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,6 +6,7 @@ import { vscDarkPlus } from 'react-syntax-highlighter/dist/esm/styles/prism'; import Analytics from './components/Analytics'; import NotFound from './pages/NotFound/NotFound'; import Home from './pages/Home/Home'; +import Footer from './components/Footer/Footer'; import './styles/App.css'; export default function App() { @@ -106,6 +107,7 @@ export default function App() { ← Back to Home )} +