diff --git a/apps/formbricks-com/components/shared/PricingTable.tsx b/apps/formbricks-com/components/shared/PricingTable.tsx index 2ae1b046c3..207558b7fa 100644 --- a/apps/formbricks-com/components/shared/PricingTable.tsx +++ b/apps/formbricks-com/components/shared/PricingTable.tsx @@ -48,11 +48,11 @@ export const PricingTable = ({ leadRow, pricing, endRow }) => { ) : feature.free ? (
- +
) : (
- +
)} @@ -72,11 +72,11 @@ export const PricingTable = ({ leadRow, pricing, endRow }) => { ) : feature.paid ? (
- +
) : (
- +
)}