From bc6c003fc19e94071e3cb98aa935f90cee95799d Mon Sep 17 00:00:00 2001 From: Chocolate1999 <2816778271@qq.com> Date: Sun, 11 Sep 2022 18:14:57 +0800 Subject: [PATCH] feat: update docs --- README.md | 6 ++ src/components/layout/Footer.tsx | 8 +-- src/components/layout/Header.tsx | 2 +- src/components/links/CustomLink.tsx | 4 +- src/pages/_app.tsx | 2 +- src/pages/index.tsx | 92 ++++++++++++++++++++++++----- src/styles/globals.css | 4 -- tailwind.config.js | 1 + 8 files changed, 93 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 68d6b33..6206682 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ The most beautiful minimalist blog in modern built with Nextjs and tailwindcss. ![Alt](https://repobeats.axiom.co/api/embed/0d333a7111c72a0c7ed603bfab7298225a46a856.svg 'Repobeats analytics image') +## 🧑‍💻 Contribution + +Thank you to all the people who already contributed to my project! + + + ## 📄 License [MIT License](https://github.com/Chocolate1999/nextjs-tailwind-blog/blob/main/LICENSE) © 2022-PRESENT [Chocolate](https://github.com/Chocolate1999) diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 648476b..9ab0664 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -1,8 +1,8 @@ -import UnderlineLink from '@/components/links/UnderlineLink'; +import CustomLink from '@/components/links/CustomLink'; export default function Footer() { return ( -