diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index fdce19c..6591862 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -142,8 +142,10 @@ export default function DashboardPage() { const showWalletCta = !publicKey return ( -
{lockedSavingsCount} locked position{lockedSavingsCount !== 1 ? "s" : ""} - {nextUnlock && ` · Next unlock ${nextUnlock}`} + {nextUnlock && ` �- Next unlock ${nextUnlock}`}
- {supplyPositions.length} supply · {borrowPositions.length} borrow
+ {supplyPositions.length} supply �- {borrowPositions.length} borrow
{borrowsAtRisk.length > 0 && (
Invalid launch