Skip to content

Commit

Permalink
Revert "[UI] - Fixed grid layout (#57)"
Browse files Browse the repository at this point in the history
This reverts commit f5a1141.
  • Loading branch information
fabiofederici authored Apr 6, 2024
1 parent a04054a commit 2bcf144
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 309 deletions.
14 changes: 5 additions & 9 deletions web/src/app/manage/Manage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,31 @@ fAbioarvxMkYAsBAwg5Tmd5cipU8ZHxdmK47jqZWtpv
export const Manage = () => {
const mockApiData = [
{
id: "AdXkDnJpFKqZeoUygLvm5dp2b5JGVPz3rEWfGCtB5Kc2",
symbol: "iBTC",
id: "IBIT",
name: "iShares Bitcoin Trust",
aum: 15941890385,
nav: 39.72,
backgroundImage:
'url("https://api.glam.systems/image/EMAbk6kYhQbvtpqWyfvDPVJBvD5isMZvQT5aM4TyCAeG.png")'
},
{
id: "AdXkDnJpFKqZeoUygLvm5dp2b5JGVPz3rEWfGCtB5Kc2",
symbol: "iETH",
id: "IETH",
name: "iShares Ethereum Trust",
aum: 15941890385,
nav: 39.72,
backgroundImage:
'url("https://api.glam.systems/image/yurUzfjdrUH2ujsWwQkFsv8eQJiJwgbHQFUZtf5yqoV.png")'
},
{
id: "AdXkDnJpFKqZeoUygLvm5dp2b5JGVPz3rEWfGCtB5Kc2",
symbol: "iSOL",
id: "ISOL",
name: "iShares Solana Trust",
aum: 15941890385,
nav: 39.72,
backgroundImage:
'url("https://api.glam.systems/image/fAbioarvxMkYAsBAwg5Tmd5cipU8ZHxdmK47jqZWtpv.png")'
},
{
id: "AdXkDnJpFKqZeoUygLvm5dp2b5JGVPz3rEWfGCtB5Kc2",
symbol: "iBONK",
id: "IBNK",
name: "iShares Bonk Trust",
aum: 15941890385,
nav: 39.72,
Expand Down Expand Up @@ -75,7 +71,7 @@ export const Manage = () => {
>
<div className="flex flex-col gap-[32px]">
<div className="flex flex-col">
<p className="gray">{position.symbol}</p>
<p className="gray">{position.id}</p>
<strong>{position.name}</strong>
</div>
<div className="flex flex-col">
Expand Down
Loading

0 comments on commit 2bcf144

Please sign in to comment.