We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9a7d4 commit 7ffbdb1Copy full SHA for 7ffbdb1
apps/dashboard/src/contract-ui/tabs/overview/components/Analytics.tsx
@@ -50,7 +50,7 @@ export const AnalyticsOverview: React.FC<AnalyticsOverviewProps> = ({
50
});
51
}}
52
>
53
- <Link href={`${chainSlug}/${contractAddress}/analytics`}>
+ <Link href={`/${chainSlug}/${contractAddress}/analytics`}>
54
<span>View All</span>
55
<ArrowRightIcon className="size-4" />
56
</Link>
0 commit comments