-
Notifications
You must be signed in to change notification settings - Fork 229
1/Update solutions pages #809
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: main
Are you sure you want to change the base?
1/Update solutions pages #809
Conversation
@cgwbmp is attempting to deploy a commit to the Solana Foundation Team on Vercel. A member of the Team first needs to authorize it. |
Deployment failed with the following error:
View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
return ( | ||
<div className="relative w-full"> | ||
{/* Left Blur */} | ||
<div className="pointer-events-none absolute left-0 top-0 h-full w-24 bg-gradient-to-r from-[#090d17] to-transparent z-10" /> |
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.
Can we make the gradient fades on the L/R at apps/web/src/components/solutions/logos.v2.tsx L44 & L46 customisable so they can be set to the new bg color (fallback to current default)
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.
Done
16371ca
to
01cec83
Compare
<section> | ||
<CTACards onEmailClick={() => setEmailModalOpen(true)} /> | ||
</section> | ||
<VideoGrid |
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.
Can you just check and debug these videos @cgwbmp - they're not synced up to the right Youtube IDs when I play them in https://solana-com-git-fork-cgwbmp-feat-update-0beca5-solana-foundation.vercel.app/solutions/tokenization
Using #825 as a one shot to test everything FYI
Problem
--
Summary of Changes
Updated design for Solutions - Tokenization page
Added new versions for reusable components
solutions/hero.v2
solutions/decor.v2
solutions/divider.v2
solutions/latest-news.v2
solutions/logos.v2
solutions/products.v2
solutions/projects.v2
solutions/report.v2
solutions/video-grid.v2
solutions/what-is-it.v2
Fixes #
--