From b70f80d1c51607e02304dbcc9653f143abd6670c Mon Sep 17 00:00:00 2001 From: Sergey <148218517+qradle-yndx@users.noreply.github.com> Date: Wed, 28 Feb 2024 15:24:23 +0300 Subject: [PATCH] fix: price card title (#836) --- src/sub-blocks/PriceCard/PriceCard.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/sub-blocks/PriceCard/PriceCard.tsx b/src/sub-blocks/PriceCard/PriceCard.tsx index b0bdaa74a..42be66f19 100644 --- a/src/sub-blocks/PriceCard/PriceCard.tsx +++ b/src/sub-blocks/PriceCard/PriceCard.tsx @@ -2,7 +2,14 @@ import React from 'react'; import Check from '@gravity-ui/icons/Check'; -import {BackgroundImage, Button, CardBase, ContentList, Link as LinkBlock} from '../../components'; +import { + BackgroundImage, + Button, + CardBase, + ContentList, + HTML, + Link as LinkBlock, +} from '../../components'; import {PriceCardProps} from '../../models'; import {block} from '../../utils'; @@ -30,7 +37,7 @@ const PriceCard = (props: PriceCardProps) => {
-
{title}
+ {title}
{price}