Skip to content

Commit e8b62e8

Browse files
committed
update vault page link
1 parent ca4f6fb commit e8b62e8

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/analytics/tx-chart

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/transactions/analytics/tx-chart/tx-chart-ui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function EmptyChartContent(props: {
184184
<Button
185185
onClick={() => {
186186
router.push(
187-
`/team/${props.teamSlug}/${props.project.slug}/vault`,
187+
`/team/${props.teamSlug}/${props.project.slug}/wallets/server-wallets/configuration`,
188188
);
189189
}}
190190
variant="primary"

0 commit comments

Comments
 (0)