fix ugly bubbles
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m24s

This commit is contained in:
2026-03-21 14:46:55 -04:00
parent 02119e3b56
commit efdef6149a
+1 -1
View File
@@ -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.
</p>
<div className="flex gap-2">
<div className="flex flex-wrap gap-2">
{positions.map((p) => (
<Link
key={p.id}