Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,12 @@ export default function Home(): ReactNode {
<BlogCarousel />
</div>

<div
className="m-4"
onClick={() => (window.location.href = "https://www.sanjaykv.com/")}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

>
<div className="m-4">
<img
src="/selfhero.png"
alt="recodehive"
className="h-full w-full cursor-pointer rounded-2xl object-cover"
src="/hero-builder-note.svg"
alt="Dear Coder — a note from the ReCode Hive team"
className="h-full w-full rounded-2xl object-cover shadow-md"
loading="lazy"
/>
</div>

Expand Down Expand Up @@ -120,4 +118,4 @@ export default function Home(): ReactNode {
<ScrollBottomToTop />
</Layout>
);
}
}
95 changes: 95 additions & 0 deletions static/hero-builder-note.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading