-
Notifications
You must be signed in to change notification settings - Fork 72
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
[CCI] Update logo_opensearch.js file #603
[CCI] Update logo_opensearch.js file #603
Conversation
width={32} | ||
height={32} | ||
fill="none" |
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.
The width and height were removed because they are missing in the original icon. Can you update the accompanying svg tag with the width and height?
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 64 64" fill="none">
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.
Signed-off-by: Sergey Myssak <sergey.myssak@gmail.com>
bb52cb9
to
1bf4bb2
Compare
Thanks for the change @SergeyMyssak! its these smaller things that slip through the cracks. Thanks again for finding it. |
@ashwin-pc would you say this can be backported to |
@BSFishy Yes it can since the svg file is not exported as is. Its compiles down to the typescript file which the actual export. That has not changed here. |
(cherry picked from commit ab8f480) Signed-off-by: Sergey Myssak <sergey.myssak@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit ab8f480) Signed-off-by: Sergey Myssak <sergey.myssak@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
logo_opensearch.js
file has been regenerated using theyarn compile-icons
command.Issues Resolved
#602
Check List
yarn lint
yarn test-unit
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.