Skip to content

Commit

Permalink
feat: add placeholder for storage providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Nov 14, 2023
1 parent 88823ca commit 48716a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/space/[did]/root/[cid]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ export default function ItemPage ({ params: { cid }}: PageProps): JSX.Element {
<a href={url} className="font-mono text-sm underline m-0 p-0 block">{url}</a>
</div>
<H2>Shards</H2>
<div className=''>
<div className='pb-5'>
{ item.shards?.map(link => <Shard cid={link.toString()} key={link.toString()} />) }
</div>
<H2>Storage Providers</H2>
<p className='font-mono text-sm'>Aggregating...</p>
</div>
)
}
Expand Down

0 comments on commit 48716a6

Please sign in to comment.