-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Force Multiplier Program page #59
Conversation
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.
Just a minor thing, I think the button hover state CSS needs to be ported over too!
<LinkTo | ||
className="usa-button usa-button--big external-link--alt text-white text-no-underline" | ||
href="http://digitalu.udemy.com"> | ||
Register |
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 noticed this button doesn't have the same hover state as on the MVP site, not a huge deal but maybe worth just looking into?
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.
great catch! thank you!
<Grid | ||
tablet={{ col: 8 }} | ||
className="usa-prose bg-gray-cool-3 padding-3"> | ||
{/* <div className="tablet:grid-col-8 usa-prose bg-gray-cool-3 padding-3"> */} |
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 this line be removed?
Description
Note: This PR is branched from #58, so I'll merge that PR first and clean up the diff.
Fixes #20
Review Notes
Font Awesome Pro strikes again! Two of the shape icons on the page, the triangle and hexagon, are both inexplicably Pro level icons.
Because these feature prominently, I tried to find a workaround. While we don't have an auth token/registry setup for Pro, the MVP repo does have all the required files to use the Pro icons.
To try and reduce the bulk, I copied over only the essential files and was able to use the icons as
<i>
elements.Lmk what you think + if there's another solution.