diff --git a/packages/grant-explorer/src/features/round/ViewRoundPage.tsx b/packages/grant-explorer/src/features/round/ViewRoundPage.tsx index 92bf382a0..af52f9865 100644 --- a/packages/grant-explorer/src/features/round/ViewRoundPage.tsx +++ b/packages/grant-explorer/src/features/round/ViewRoundPage.tsx @@ -14,7 +14,6 @@ import { getLocalTime, formatLocalDateAsISOString, renderToPlainText, - truncateDescription, useTokenPrice, TToken, getTokensByChainId, @@ -757,7 +756,10 @@ function ProjectCard(props: { cartProject.chainId = Number(props.chainId); return ( - + - {truncateDescription( - renderToPlainText(project.projectMetadata.description), - 90 - )} + {renderToPlainText(project.projectMetadata.description)}