We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe6d2a commit eac3693Copy full SHA for eac3693
apps/website/src/app/(pages)/(home)/page.tsx
@@ -149,7 +149,7 @@ export const revalidate = 3600
149
150
const SponsorBadgeClerk = () => {
151
return (
152
- <a href="https://clerk.com" target="_blank">
+ <a href="https://go.clerk.com/input-otp" target="_blank">
153
<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">
154
<span>Looking for an authentication solution?</span>
155
@@ -160,4 +160,4 @@ const SponsorBadgeClerk = () => {
160
</Badge>
161
</a>
162
)
163
-}
+}
0 commit comments