remove blog link

This commit is contained in:
Nareshkumar Rao 2025-04-02 23:48:14 +02:00
parent f2df5c4f75
commit 20da33d412

View File

@ -1,7 +1,6 @@
"use client"; "use client";
import { SiGitea } from "@icons-pack/react-simple-icons"; import { SiGitea } from "@icons-pack/react-simple-icons";
import { NotebookText } from "lucide-react";
import { SocialIcon } from "react-social-icons"; import { SocialIcon } from "react-social-icons";
export default function Links() { export default function Links() {
@ -17,9 +16,6 @@ export default function Links() {
gap: "1rem", gap: "1rem",
}} }}
> >
<Link href="https://blog.nrx.sh">
<NotebookText size={26} style={{ padding: 10 }} /> My Blog {"<3"}
</Link>
<Link href="https://github.com/naresh97"> <Link href="https://github.com/naresh97">
<SocialIcon network="github" bgColor="#111" /> GitHub <SocialIcon network="github" bgColor="#111" /> GitHub
</Link> </Link>
@ -27,7 +23,7 @@ export default function Links() {
<SocialIcon network="linkedin" bgColor="#111" /> LinkedIn <SocialIcon network="linkedin" bgColor="#111" /> LinkedIn
</Link> </Link>
<Link href="https://git.nrx.sh"> <Link href="https://git.nrx.sh">
<SiGitea size={40} /> Private Git Repo <SiGitea size={40} /> Self-Hosted Git Repos
</Link> </Link>
</div> </div>
</> </>