Skip to content

Commit 5100777

Browse files
committed
chore: update payment links cta link
1 parent 624ec07 commit 5100777

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/payments/components/QuickstartSection.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function QuickStartSection({
3636
"Send instantly",
3737
]}
3838
link={{
39-
href: `/pay`,
39+
href: `/team/${teamSlug}/${projectSlug}/payments/links`,
4040
label: "Create Link",
4141
}}
4242
/>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/payments/links/components/CreatePaymentLinkButton.client.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export function CreatePaymentLinkButton(
7272
});
7373
const createMutation = useMutation({
7474
mutationFn: async (values: z.infer<typeof formSchema>) => {
75-
console.log("createMutation", values);
7675
const tokens = await getUniversalBridgeTokens({
7776
chainId: values.chainId,
7877
address: values.tokenAddress,

0 commit comments

Comments
 (0)