File tree 1 file changed +4
-18
lines changed
1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 1
1
"use client"
2
2
import React from "react"
3
3
4
- import { GithubFill , LinkOut , XFill } from "akar-icons"
5
4
import { motion } from "framer-motion"
6
5
import Link from "next/link"
7
6
import { usePathname } from "next/navigation"
@@ -50,26 +49,13 @@ const Header: React.FC = () => {
50
49
</ div >
51
50
</ div >
52
51
< div className = "order-2 col-span-2 ml-auto flex gap-0.5 md:order-3 md:col-span-1" >
52
+ by{ " " }
53
53
< 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"
62
55
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/"
71
57
>
72
- < GithubFill size = { 19 } />
58
+ Jitendra Nirnejak
73
59
</ a >
74
60
</ div >
75
61
</ motion . header >
You can’t perform that action at this time.
0 commit comments