Skip to content

Commit 3da2a9a

Browse files
fix(claw): navigate to personal dashboard from subscription dialog (#1791)
1 parent adf0637 commit 3da2a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/(app)/claw/components/billing/AccessLockedDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export function AccessLockedDialog({
169169
}
170170

171171
function handleDismiss() {
172-
router.push('/');
172+
router.push('/profile');
173173
}
174174

175175
const isCreditFunded =

0 commit comments

Comments
 (0)