This commit is contained in:
@@ -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.
|
Search for a hashtag below and trade using the fund's balance.
|
||||||
All positions and profit belong to the fund.
|
All positions and profit belong to the fund.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex gap-2">
|
<div className="flex flex-wrap gap-2">
|
||||||
{positions.map((p) => (
|
{positions.map((p) => (
|
||||||
<Link
|
<Link
|
||||||
key={p.id}
|
key={p.id}
|
||||||
|
|||||||
Reference in New Issue
Block a user