-
Notifications
You must be signed in to change notification settings - Fork 41
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
[DNM]: Add Rebranded PayPal Logo #110
base: main
Are you sure you want to change the base?
Conversation
@@ -123,6 +161,30 @@ export function PayPalLogoInlineSVG({ | |||
); | |||
} | |||
|
|||
export function PayPalRebrandLogoInlineSVG({ |
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.
Do we have any interest in serving the rebranded logo from CDN as well? In that case I think we'd need to create a PayPalRebrandedLogoExternalImage
component, similar to PayPalLogoExternalImage
.
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.
Yes, we do. I'm torn between creating a new component or adding a new "color" combo.
We are running an a/b test so if we create a new component we will add and delete it within 2-3 months.
Using the new "color", we could only include it for the version we release for the a/b test.
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.
Decided to go with a new logo component for the rebrand a/b test
No description provided.