Skip to content

Commit 7ffbdb1

Browse files
committed
Fix View all analytics link in contract overview page
1 parent ba9a7d4 commit 7ffbdb1

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/contract-ui/tabs/overview/components

1 file changed

+1
-1
lines changed

apps/dashboard/src/contract-ui/tabs/overview/components/Analytics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const AnalyticsOverview: React.FC<AnalyticsOverviewProps> = ({
5050
});
5151
}}
5252
>
53-
<Link href={`${chainSlug}/${contractAddress}/analytics`}>
53+
<Link href={`/${chainSlug}/${contractAddress}/analytics`}>
5454
<span>View All</span>
5555
<ArrowRightIcon className="size-4" />
5656
</Link>

0 commit comments

Comments
 (0)