-
Notifications
You must be signed in to change notification settings - Fork 24
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
PORTALS-3411: Initial HeaderCardV2 implementation from Sigfried Gold #1592
PORTALS-3411: Initial HeaderCardV2 implementation from Sigfried Gold #1592
Conversation
ctaButtons, | ||
}: HeaderCardV2Props) { | ||
const theme = useTheme() | ||
// const isMobile = useMediaQuery(theme.breakpoints.down('md')) |
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 commented out line of code be removed or is it needed?
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 guess not!
Was the "DICOM" title in dark grey intentional? Just wondering because it's difficult to see on my screen! |
Looks really nice! Very detailed. |
Nice catch. I emailed Sigfried asking for a fix a couple of hours ago. I don't think this blocks merge, but it's something to keep an eye on (and needs to be fixed before rollout) |
No description provided.