Skip to content

Commit 388bcd3

Browse files
authored
feat: Clickable Profile card
1 parent c55935c commit 388bcd3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pages/index.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,14 @@ export default function Home(): ReactNode {
5858
<div className="m-4">
5959
<BlogCarousel />
6060
</div>
61-
<div className="m-4">
61+
<div
62+
className="m-4"
63+
onClick={() => (window.location.href = "https://www.sanjaykv.com/")}
64+
>
6265
<img
6366
src="/selfhero.png"
6467
alt="recodehive"
65-
className="w-full h-full object-cover rounded-2xl"
68+
className="w-full h-full object-cover rounded-2xl cursor-pointer"
6669
/>
6770
</div>
6871
<div className="m-4">

0 commit comments

Comments
 (0)