From 2693edacddb10bb6d289cc9d830ed7437ccb9744 Mon Sep 17 00:00:00 2001 From: Osk Date: Mon, 24 Jan 2022 10:49:38 -0300 Subject: [PATCH] My Jetpack: Fix svg attribute strokeWidth in Boost product card (#22453) * Fix svg attribute strokeWidth in Book product card for My Jetpack * Add changelog file --- .../_inc/components/product-cards-section/boost-card.jsx | 2 +- .../my-jetpack/changelog/fix-svg-attr-my-jetpack-product-card | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 projects/packages/my-jetpack/changelog/fix-svg-attr-my-jetpack-product-card diff --git a/projects/packages/my-jetpack/_inc/components/product-cards-section/boost-card.jsx b/projects/packages/my-jetpack/_inc/components/product-cards-section/boost-card.jsx index 2cd70d4c5abfe..149b5ac4bf97c 100644 --- a/projects/packages/my-jetpack/_inc/components/product-cards-section/boost-card.jsx +++ b/projects/packages/my-jetpack/_inc/components/product-cards-section/boost-card.jsx @@ -11,7 +11,7 @@ import ProductCard, { PRODUCT_STATUSES } from '../product-card'; const BoostIcon = () => ( - + ); diff --git a/projects/packages/my-jetpack/changelog/fix-svg-attr-my-jetpack-product-card b/projects/packages/my-jetpack/changelog/fix-svg-attr-my-jetpack-product-card new file mode 100644 index 0000000000000..f877ecaaf06f0 --- /dev/null +++ b/projects/packages/my-jetpack/changelog/fix-svg-attr-my-jetpack-product-card @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Fixed svg attribute strokeWidth for Boost Card