Skip to content

Commit

Permalink
added link to storage fils
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bichler committed Feb 6, 2023
1 parent d961037 commit db464d3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"update:data-dao": "git submodule update --remote data-dao"
},
"dependencies": {
"@headlessui/react": "^1.7.9",
"@headlessui/react": "^1.7.10",
"@heroicons/react": "^2.0.14",
"@lighthouse-web3/sdk": "^0.1.12",
"@next/font": "13.1.4",
Expand Down
31 changes: 16 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@ export default function Dashboard() {
{uploads &&
uploads.map((upload) => (
<li key={upload.id}>
<a href="#" className="block hover:bg-gray-50">
<a
href={`https://gateway.lighthouse.storage/ipfs/${upload.cid}`}
className="block hover:bg-gray-50"
target="_blank"
>
<div className="flex items-center px-4 py-4 sm:px-6">
<div className="flex-1 min-w-0 sm:flex sm:items-center sm:justify-between">
<div className="truncate">
Expand Down

1 comment on commit db464d3

@vercel
Copy link

@vercel vercel bot commented on db464d3 Feb 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

labio – ./

labio-git-main-mani.vercel.app
labio.vercel.app
labio-mani.vercel.app

Please sign in to comment.