-
Notifications
You must be signed in to change notification settings - Fork 189
fix: replace main page hero image with hero-img.png and improve acces… #1897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -72,14 +72,12 @@ export default function Home(): ReactNode { | |
| <BlogCarousel /> | ||
| </div> | ||
|
|
||
| <div | ||
| className="m-4" | ||
| onClick={() => (window.location.href = "https://www.sanjaykv.com/")} | ||
| > | ||
| <div className="m-4"> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. plz bring back, |
||
| <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" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it an acceptable change @sanjay-kv ?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope |
||
| /> | ||
| </div> | ||
|
|
||
|
|
@@ -120,4 +118,4 @@ export default function Home(): ReactNode { | |
| <ScrollBottomToTop /> | ||
| </Layout> | ||
| ); | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kotebhakti30

not right
https://recode-website-git-fork-kotebhakti30-fix-69cc93-recode-9c2fd7df.vercel.app/