-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(nav menu): add ant logo associate with primary name to nav menu #628
Conversation
Visit the preview URL for this PR (updated for commit e1c23b3): https://arns-portal--pr628-pe-7279-logo-primary-zwv9owb6.web.app (expires Thu, 02 Jan 2025 20:23:06 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 1f59769442cb89cf2a92042a342e51fe94047b94 |
className="rounded-full max-h-[1.875rem] border border-dark-grey" | ||
id={domainDomain?.info?.Logo} | ||
icon={ | ||
<div className="flex items-center justify-center rounded-full fill-white p-[5px]"> |
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.
In general need to stop using px and use rem by default. This will need to get fixed during audit.
fix(PE-7345): reset valid logo state on id change
No description provided.