Skip to content

Commit 03f4a17

Browse files
authored
core: tweak clerk sponsorship urls (#10793)
1 parent a348cca commit 03f4a17

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
.
3333
</p>
3434
<p align="center">
35-
<kbd>Sponsored</kbd> Don't want to manage auth yourself? <a href="https://clerk.com?utm_source=sponsorship&utm_medium=github&utm_campaign=authjs&utm_content=cta" target="_blank">Check out Clerk →</a>
35+
<kbd>Sponsored</kbd> Looking for a hosted alternative? <a href="https://go.clerk.com/5115vfK" target="_blank">Use Clerk →</a>
3636
</p>
3737
</p>
3838

docs/pages/_meta.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ export default {
6161
Sponsored
6262
</span>
6363
<a
64-
href="https://clerk.com?utm_source=sponsorship&utm_medium=website&utm_campaign=authjs&utm_content=nav"
64+
href="https://go.clerk.com/DefS1u4"
6565
target="_blank"
6666
>
67-
<div className="flex flex-col gap-1 p-2 text-xs font-normal rounded-md border ml-[1px] bg-neutral-100 text-neutral-500 border-neutral-300 dark:bg-neutral-800 dark:text-neutral-400 dark:border-neutral-700">
67+
<div className="flex flex-col gap-1 p-2 text-xs font-normal rounded-md border ml-[1px] bg-neutral-100 text-neutral-500 border-neutral-300 dark:bg-neutral-800 dark:text-neutral-400 dark:border-neutral-700 mt-2">
6868
Looking for a hosted alternative?
6969
<span className="text-sky-600 dark:text-sky-500">Use Clerk ›</span>
7070
</div>

docs/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import { CaretRight } from "@/icons"
6363
<div className="flex flex-col md:flex-row w-full items-center md:justify-between text-sm dark:bg-neutral-900/50 text-neutral-600 dark:text-neutral-500 bg-neutral-50/60 backdrop-blur p-3 border border-neutral-300 dark:border-neutral-800 rounded-md">
6464
<span>Looking for a hosted alternative?</span>
6565
<a
66-
href="https://clerk.com?utm_source=sponsorship&utm_medium=website&utm_campaign=authjs&utm_content=cta"
66+
href="https://go.clerk.com/ew92wBC"
6767
target="_blank"
6868
className="flex gap-1 items-center text-violet-600"
6969
>

docs/pages/sponsors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It would not be possible without the generous support of our sponsors.
1818
style={{
1919
color: "#6c47ff",
2020
}}
21-
href="https://clerk.com?utm_source=sponsorship&utm_medium=github&utm_campaign=authjs&utm_content=sponsor"
21+
href="https://go.clerk.com/ew92wBC"
2222
target="_blank"
2323
>
2424
<img

0 commit comments

Comments
 (0)