Skip to content

Commit eac3693

Browse files
committed
chore(website): add sponsor clerk
1 parent 3fe6d2a commit eac3693

File tree

1 file changed

+2
-2
lines changed
  • apps/website/src/app/(pages)/(home)

1 file changed

+2
-2
lines changed

apps/website/src/app/(pages)/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const revalidate = 3600
149149

150150
const SponsorBadgeClerk = () => {
151151
return (
152-
<a href="https://clerk.com" target="_blank">
152+
<a href="https://go.clerk.com/input-otp" target="_blank">
153153
<Badge variant="outline" className="flex flex-col sm:flex-row items-center justify-center sm:justify-between sm:gap-8 h-12 sm:h-10 text-nowrap sm:text-sm hover:bg-accent">
154154
<span>Looking for an authentication solution?</span>
155155

@@ -160,4 +160,4 @@ const SponsorBadgeClerk = () => {
160160
</Badge>
161161
</a>
162162
)
163-
}
163+
}

0 commit comments

Comments
 (0)