diff --git a/src/components/organisms/AssetContent/Pricing/Feedback.tsx b/src/components/organisms/AssetContent/Pricing/Feedback.tsx index b2c07f0d3..ebbbb90a8 100644 --- a/src/components/organisms/AssetContent/Pricing/Feedback.tsx +++ b/src/components/organisms/AssetContent/Pricing/Feedback.tsx @@ -2,6 +2,7 @@ import Loader from '../../../atoms/Loader' import SuccessConfetti from '../../../atoms/SuccessConfetti' import React, { ReactElement } from 'react' import styles from './Feedback.module.css' +import Button from '../../../atoms/Button' export default function Feedback({ success, @@ -10,10 +11,21 @@ export default function Feedback({ success: string pricingStepText: string }): ReactElement { + const SuccessAction = () => ( + + ) + return (