Skip to content

Commit 5d29aff

Browse files
revert name change css
1 parent 1ba3983 commit 5d29aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/components/ProductCarouselCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const readMoreCta = css`
5555
text-underline-offset: 20%;
5656
`;
5757

58-
const price = css`
58+
const priceStyle = css`
5959
${textSansBold17};
6060
padding-top: ${space[1]}px;
6161
padding-bottom: ${space[2]}px;
@@ -130,7 +130,7 @@ export const ProductCarouselCard = ({
130130

131131
{firstCta && (
132132
<>
133-
<div css={price}>{firstCta.price}</div>
133+
<div css={priceStyle}>{firstCta.price}</div>
134134
<div css={buttonWrapper}>
135135
<ProductLinkButton
136136
label={`Buy at ${firstCta.retailer}`}

0 commit comments

Comments
 (0)