From 5b71b49814c3afd0666bad23a5187d7e64aaaa14 Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Fri, 25 Mar 2022 20:48:49 +0800 Subject: [PATCH] Add post card margin * Add about page * Add github icon on footer --- components/Footer.tsx | 17 ++++++++++++++--- components/NavBar.tsx | 7 ++++++- components/PostCard.tsx | 3 ++- layouts/MainLayout.tsx | 2 +- pages/about.tsx | 18 ++++++++++++++++++ pages/p/second-post.mdx | 23 +++++++++++++++++++++++ 6 files changed, 64 insertions(+), 6 deletions(-) create mode 100644 pages/about.tsx create mode 100644 pages/p/second-post.mdx diff --git a/components/Footer.tsx b/components/Footer.tsx index 93a19f7..817b44b 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,14 +1,25 @@ import { FC } from 'react'; +import { FiGithub } from 'react-icons/fi'; const nowDay = new Date().getFullYear(); const Footer: FC = () => { return ( <> -