-
Notifications
You must be signed in to change notification settings - Fork 88
feat(evm): new hero & market section #5244
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: b81796f The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
f68efaf to
bea71a3
Compare
bea71a3 to
df69cf4
Compare
df69cf4 to
88256f9
Compare
5e2ae9e to
dde1f66
Compare
2d19528 to
f9a46cf
Compare
f9a46cf to
01b1dcf
Compare
| <div className="relative h-auto xl:min-h-175 w-full bg-black"> | ||
| <Galaxy /> | ||
| <div className="relative h-auto xl:min-h-175 w-full bg-background-active mb-10 lg:mb-15"> | ||
| {/* We use JS to conditionally render the galaxy background so that it does not load on mobile, where it won't be displayed anyway */} |
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.
I believe the mobile layout does display the Galaxy like others.
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.
| // export const DAPP_URL = 'https://app.venus.io'; | ||
| // export const LANDING_PAGE_URL = 'https://venus.io'; | ||
| // export const DOC_URL = 'https://docs-v4.venus.io'; | ||
| // export const WHITEPAPERS_URL = 'https://github.com/VenusProtocol/venus-protocol-documentation/tree/main/whitepapers'; |
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.
If these aren't used, then let's remove them completely.
| <div className="relative h-auto xl:min-h-175 w-full bg-black"> | ||
| <Galaxy /> | ||
| <div className="relative h-auto xl:min-h-175 w-full bg-background-active mb-10 lg:mb-15"> | ||
| {/* We use JS to conditionally render the galaxy background so that it does not load on mobile, where it won't be displayed anyway */} |
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.
01b1dcf to
d0484f3
Compare
d0484f3 to
50cd93a
Compare
50cd93a to
b81796f
Compare
* feat: add responsive menu (#5220) * feat(evm): new hero section * style(evm): adjust testnet warning, hero chart height, breakpoint styles * fix: link from supply section * refactor(evm): update Link and ButtonWrapper usages * feat(evm): wip: market list, update hero styles * style(evm): market list mobile styles * feat: update markets section * feat(evm): add hero apy estimations * feat: update market table * feat: add PT-clisBNBx-25JUN2026 token record * refactor(evm): code review changes, add changeset, update styles * feat: add border radius to table rows * style(evm): update chart and hero height * fix(evm): use market size data as total tvl * style(evm): hero styles and content update * feat(evm): update venusPrime in new landing, fix tw breakpoints * feat: refactor hero section of Landing page --------- Co-authored-by: Maxime Julian <44675210+therealemjy@users.noreply.github.com> Co-authored-by: therealemjy <maxime.julian.creations@gmail.com>

Jira ticket(s)
VPD-416
Changes
evm app