diff --git a/src/components/guides/Demo.tsx b/src/components/guides/Demo.tsx index ad8f8dcb..f057ae82 100644 --- a/src/components/guides/Demo.tsx +++ b/src/components/guides/Demo.tsx @@ -106,7 +106,7 @@ export function ExplorerAccountLink({ inline = false, }: { address: string; inline?: boolean }) { const { trackExternalLinkClick } = usePostHogTracking() - const url = `${getExplorerHost()}/account/${address}` + const url = `${getExplorerHost()}/address/${address}` return (