-
Notifications
You must be signed in to change notification settings - Fork 7
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
Waitp 1201 basic web layout #4620
Conversation
color?: CSSStyleDeclaration['color']; | ||
} | ||
) => { | ||
export const EnvBanner = ({ color = '#f39c12' }: { color?: CSSStyleDeclaration['color'] }) => { | ||
const deploymentName = process.env.REACT_APP_DEPLOYMENT_NAME; |
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 just formatting
Co-authored-by: Tom Caiger <caigertom@gmail.com>
Co-authored-by: Tom Caiger <caigertom@gmail.com>
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.
Thanks for all the changes. It's looking really good now and it's great to get rid of some of that legacy logic.
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.
Thanks for all the changes. It's looking really good now and it's great to get rid of some of that legacy logic.
Issue WAITP-1201: Basic desktop layout
Changes: