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 ( -