Skip to content

Commit 4dac419

Browse files
committed
Header: by link added
1 parent 66891e4 commit 4dac419

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

components/Header.tsx

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"use client"
22
import React from "react"
33

4-
import { GithubFill, LinkOut, XFill } from "akar-icons"
54
import { motion } from "framer-motion"
65
import Link from "next/link"
76
import { usePathname } from "next/navigation"
@@ -50,26 +49,13 @@ const Header: React.FC = () => {
5049
</div>
5150
</div>
5251
<div className="order-2 col-span-2 ml-auto flex gap-0.5 md:order-3 md:col-span-1">
52+
by{" "}
5353
<a
54-
href="https://nirnejak.com/"
55-
target="_blank"
56-
className="flex items-center gap-1 rounded-3xl px-2 py-1.5 font-medium hover:bg-gray-200"
57-
>
58-
<LinkOut size={19} />
59-
</a>
60-
<a
61-
href="https://x.com/jeetnirnejak"
54+
className="font-bold underline"
6255
target="_blank"
63-
className="flex items-center gap-1 rounded-3xl px-2 py-1.5 font-medium hover:bg-gray-200"
64-
>
65-
<XFill size={19} />
66-
</a>
67-
<a
68-
href="https://github.com/nirnejak/svg-animations"
69-
target="_blank"
70-
className="flex items-center gap-1 rounded-3xl px-2 py-1.5 font-medium hover:bg-gray-200"
56+
href="https://nirnejak.com/"
7157
>
72-
<GithubFill size={19} />
58+
Jitendra Nirnejak
7359
</a>
7460
</div>
7561
</motion.header>

0 commit comments

Comments
 (0)