diff --git a/src/components/pool/components/PoolSummary/PoolSummary.tsx b/src/components/pool/components/PoolSummary/PoolSummary.tsx index 41caeaf..0d97f2b 100644 --- a/src/components/pool/components/PoolSummary/PoolSummary.tsx +++ b/src/components/pool/components/PoolSummary/PoolSummary.tsx @@ -44,11 +44,14 @@ export const PoolSummary = (pool: PoolSummaryProps) => { const applyLink = `https://builder.gitcoin.co/#/chains/${pool.chainId}/round/${pool.poolId}/apply`; const explorerLink = `https://explorer.gitcoin.co/#/round/${pool.chainId}/${pool.poolId}`; - // TODO Fix breadcrumbItems hrefs const breadcrumbItems = [ - { label: "My Programs", href: "#" }, - { label: "Program Details", href: "#" }, - { label: "Round Details", href: "#" }, + { label: "My Programs", href: "https://manager.gitcoin.co/#/" }, + // TODO: Fix href for Program Details + { label: "Program Details", href: "https://manager.gitcoin.co/#/1" }, + { + label: "Round Details", + href: `https://explorer.gitcoin.co/#/round/${pool.chainId}/${pool.poolId}`, + }, ]; return (