-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feature 288 org sign up screens #348
Conversation
…o login/signup page and now all pages show modal correctly
…or when the X on the top right is used
…s to theme.palette
…feature-288-org-sign-up-screens
This comment was marked as resolved.
This comment was marked as resolved.
TypeScript is also complaining about the expected prop types for the
|
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 is looking good. There are a couple of issues regarding a filename and TS, and I've also added a couple of suggestions. Otherwise, nice work!
This comment was marked as resolved.
This comment was marked as resolved.
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.
Approved once comments are addressed.
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.
@denniswangcodes , this should already be implemented on the main branch. See:
export function CTAHeroButton({ text, onClick }: Props) { |
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.
It'll probably be better to add these to the assets
folder and save them as svg
instead of JS. You can export these from figma.
Then, you can import it like this:
import FAQsImage from '../assets/sign-up-finished-step.svg'; |
Dev Summary
Mocks
Test Plan
repro steps:
expected:
Resources