e2corporation commented on code in PR #2675: URL: https://github.com/apache/incubator-devlake/pull/2675#discussion_r937702477
########## config-ui/src/images/integrations/tapd.svg: ########## @@ -0,0 +1,6 @@ +<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"> Review Comment: In order to make SVGs act properly as responsive React components, we need to make the width/height responsive. Manually edit this svg and set both `width=100` and `height=100`. The correct size scaling will be applied when this svg is called by providerIcons. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
