We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55935c commit 388bcd3Copy full SHA for 388bcd3
src/pages/index.tsx
@@ -58,11 +58,14 @@ export default function Home(): ReactNode {
58
<div className="m-4">
59
<BlogCarousel />
60
</div>
61
- <div className="m-4">
+ <div
62
+ className="m-4"
63
+ onClick={() => (window.location.href = "https://www.sanjaykv.com/")}
64
+ >
65
<img
66
src="/selfhero.png"
67
alt="recodehive"
- className="w-full h-full object-cover rounded-2xl"
68
+ className="w-full h-full object-cover rounded-2xl cursor-pointer"
69
/>
70
71
0 commit comments