Skip to content

Commit c7566d8

Browse files
committed
chore: update ai cta button url
1 parent 7aebd07 commit c7566d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/refine-theme/ai-landing-join-the-waitlist-cta.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const JoinWaitlist = ({ className }: { className?: string }) => {
55
return (
66
<div className={clsx("not-prose", "flex", "mx-auto", className)}>
77
<a
8-
href="https://form.typeform.com/to/htzq03hP"
8+
href="https://s.refine.dev/ai-join"
99
target="_blank"
1010
rel="noreferrer"
1111
className={clsx(

0 commit comments

Comments
 (0)