-
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
chore: create separate components for inline and external svgs #98
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #98 +/- ##
==========================================
+ Coverage 73.27% 75.16% +1.88%
==========================================
Files 41 41
Lines 348 467 +119
Branches 36 65 +29
==========================================
+ Hits 255 351 +96
- Misses 90 113 +23
Partials 3 3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
58f0d0c
to
064e708
Compare
src/logos/applepay/logo.jsx
Outdated
alt="Apple Pay" | ||
aria-label="Apple Pay" | ||
cdnUrl={cdnUrl} | ||
render={() => { |
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 still need the render()
function for these ExternalImage components?
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.
We shouldn't. I'll see about getting it removed!
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.
Awesome work @dtjones404! 💯
8614b28
to
b79627d
Compare
No description provided.