Skip to content

Commit

Permalink
refactor: Update dapp link
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy1412 committed Jul 25, 2024
1 parent b25d50e commit 4c6a360
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/data-table/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const columns: Column[] = [
const chain = chains?.find(
(chain) => chain.id === (Number(record?.sourceChainId) as unknown as ChAIN_ID)
);
const href = `/sent_by/${value}?network=${getNetwork(network)}`;
const href = `/dapp/${value}?network=${getNetwork(network)}`;
return <BlockchainAddressLink chain={chain} address={value} href={href} />;
}
},
Expand Down

0 comments on commit 4c6a360

Please sign in to comment.