Skip to content

Commit

Permalink
Merge pull request #2495 from fluidity-money/develop-add-dune
Browse files Browse the repository at this point in the history
Add Dune to the bottom bar
  • Loading branch information
af-afk authored Jan 22, 2024
2 parents f13d846 + a82731e commit 1f3778a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions web/app.fluidity.money/app/routes/$network/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -832,11 +832,14 @@ export default function Dashboard() {
</a>

{/* Source code */}
{showExperiment("enable-source-code") && (
<a href={"https://github.com/fluidity-money/fluidity-app"}>
<Text>Source Code</Text>
</a>
)}
<a href={"https://github.com/fluidity-money/fluidity-app"}>
<Text>Source Code</Text>
</a>

{/* Dune */}
<a href={"https://dune.com/neogeo/fluidity-arbitrum"}>
<Text>Dune</Text>
</a>
</section>

{/* Socials */}
Expand Down

0 comments on commit 1f3778a

Please sign in to comment.