Skip to content

Commit

Permalink
My Jetpack: Fix svg attribute strokeWidth in Boost product card (#22453)
Browse files Browse the repository at this point in the history
* Fix svg attribute strokeWidth in Book product card for My Jetpack

* Add changelog file
  • Loading branch information
oskosk authored Jan 24, 2022
1 parent d58eff7 commit 2693eda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ProductCard, { PRODUCT_STATUSES } from '../product-card';

const BoostIcon = () => (
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 1.5L12 7L7 12.5M1 1.5L6 7L1 12.5" stroke="#1E1E1E" stroke-width="1.5" />
<path d="M7 1.5L12 7L7 12.5M1 1.5L6 7L1 12.5" stroke="#1E1E1E" strokeWidth="1.5" />
</svg>
);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Fixed svg attribute strokeWidth for Boost Card

0 comments on commit 2693eda

Please sign in to comment.