diff --git a/src/app/deals/page.tsx b/src/app/deals/page.tsx index 85a375b..ff09810 100644 --- a/src/app/deals/page.tsx +++ b/src/app/deals/page.tsx @@ -104,7 +104,7 @@ export default function Deals() {
The deals attracting the most interest right now
{/* block for all the deals */} -
- {props.description}
{props.description}
-- ${props.totalRaised.toLocaleString()} committed and reserved -
-- {props.totalInvestor.toLocaleString()} investors -
-- ${props.minInvestment.toLocaleString()} min. investment -
-+ ${props.totalRaised.toLocaleString()} committed and reserved +
++ {props.totalInvestor.toLocaleString()} investors +
++ ${props.minInvestment.toLocaleString()} min. investment +