-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fusaka banner #16644
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
base: dev
Are you sure you want to change the base?
Fusaka banner #16644
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…LinkOverlay for improved link handling
…adding a subtitle for clarity on network upgrade
… and user experience, including adjustments to text sizes and hover effects on links.
…nts for network upgrade, description, and countdown status to enhance localization support.
…ptions and status messages for the Ethereum network upgrade across multiple languages to enhance user experience and accessibility.
…proved responsiveness, ensuring consistent styling across different screen sizes.
Fusaka hero translations
| </LinkBox> | ||
|
|
||
| <div className="relative z-0 h-[240px] overflow-hidden md:h-[480px]"> | ||
| <Image |
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.
This image does not follow the optimizations implemented in the HomeHero component. I’d suggest either extending HomeHero and passing the Fusaka image as a prop, or updating it here (though that would duplicate some code).
|
|
||
| return ( | ||
| <div className="relative w-full"> | ||
| <LinkBox className="bg-[#333369] p-2 text-center text-white"> |
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.
To be honest, I’m not a fan of this banner from a design perspective.
- It doesn’t follow our standard padding
- The justify-between layout feels unbalanced and creates too much empty space
- The background color lacks sufficient contrast and uses a custom value outside the design system
Proposal:
- Use justify-center
- Use bg-primary-low-contrast
- Apply text-body-inverse on the parent and keep defaults for nested elements

Description
Creates banner for Fusaka