-
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
Adding new Bynder logo #1308
Adding new Bynder logo #1308
Conversation
webknit
commented
Oct 2, 2023
- Adding new SVG
- Restricting max width specifically for bynder logo
- Applying border radius
Whats your plan to featureflag this? might be worth having both in GUI then we can pass in a prop (controlled by a flag) from webapp that will switch between the two |
Good point @AmeeMorris. I never considered 🙀. I have added old component |
<img src={props.url} alt={props.alt} className="logo__image" /> | ||
) : ( | ||
<span className="logo__image"> | ||
<LogoPath /> |
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 points to the same svg as the new bynder one, we need the old svg in place :)
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.
Added old SVG back and also added a new story so it's clear what's what.