From efdef6149aae446b40aafdfa555f31404191bf28 Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Sat, 21 Mar 2026 14:46:55 -0400 Subject: [PATCH] fix ugly bubbles --- src/app/fund/[slug]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/fund/[slug]/page.tsx b/src/app/fund/[slug]/page.tsx index d474250..e96e4ce 100644 --- a/src/app/fund/[slug]/page.tsx +++ b/src/app/fund/[slug]/page.tsx @@ -147,7 +147,7 @@ export default async function FundPage({ params }: { params: { slug: string } }) Search for a hashtag below and trade using the fund's balance. All positions and profit belong to the fund.

-
+
{positions.map((p) => (