File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,12 @@ const HeadingComponent: React.FC<HeadingComponentProps> = ({
60
60
className = "flex items-center md:items-start md:justify-start gap-6 sm:gap-10 flex-col"
61
61
>
62
62
{ /* tag */ }
63
- < div className = "px-6 py-2 bg-gradient-to-r from-blue-500 to-purple-500 text-white rounded-full text-sm sm:text-base font-medium tracking-wide shadow-lg transform hover:scale-105 transition-transform duration-300" >
63
+ < div
64
+ className = "cursor-pointer px-6 py-2 bg-gradient-to-r from-blue-500 to-purple-500 text-white rounded-full text-sm sm:text-base font-medium tracking-wide shadow-lg transform hover:scale-105 transition-transform duration-300"
65
+ onClick = { ( ) =>
66
+ ( window . location . href = "https://github.com/recodehive" )
67
+ }
68
+ >
64
69
{ tag }
65
70
</ div >
66
71
{ /* title */ }
You can’t perform that action at this time.
0 commit comments