Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Nov 19, 2024
1 parent af8f470 commit aa5fa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const AvailableNetworks = ({ poolId }: { poolId: string }) => {
const renderTooltipBody = (networkName: string, tranches: Tranche[], baseUrl: string) => {
const links = tranches.map((tranche) => ({
text: `View Transactions`,
url: `${baseUrl}/token/${tranche.id}`,
url: baseUrl,
}))

return <TooltipBody title={networkName} links={links} />
Expand Down

0 comments on commit aa5fa71

Please sign in to comment.