Skip to content

Commit a415859

Browse files
committed
fix(metrics): update tooltip links to direct users to specific dashboards
1 parent b0377fa commit a415859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StatsBoxGrid/useStatsBoxGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const useStatsBoxGrid = ({
108108
},
109109
{
110110
apiProvider: "GrowThePie",
111-
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-cost",
111+
apiUrl: "https://www.growthepie.xyz/fundamentals/transaction-costs",
112112
label: t("page-index-network-stats-tx-cost-description"),
113113
state: medianTxCost,
114114
},

0 commit comments

Comments
 (0)