Skip to content

Commit 6962047

Browse files
authored
chore: update clerk sponsorship on website + docs (#9603)
* Change Clerk (hosted auth) to Hosted Auth (Clerk) in docs sidebar * Update sponsorship callout to "Looking for a hosted alternative? Try Clerk →"
1 parent 349b217 commit 6962047

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

docs/sidebars.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { existsSync } from "fs"
77

88
const clerk: PropSidebarItemLink = {
99
type: "link",
10-
href: "https://clerk.com?utm_source=sponsorship&utm_medium=docs&utm_campaign=authjs&utm_content=callout",
11-
label: "Clerk (hosted auth)",
10+
href: "https://clerk.com?utm_source=sponsorship&utm_medium=docs&utm_campaign=authjs&utm_content=nav",
11+
label: "Hosted Auth (Clerk)",
1212
}
1313

1414
export default {

docs/src/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ export default function Home() {
168168
</div>
169169
</div>
170170
<span className={styles.heroClerk}>
171-
sponsored by{" "}
172-
<Link to="https://clerk.com?utm_source=sponsorship&utm_medium=website&utm_campaign=authjs&utm_content=09_01_2023">
173-
Clerk
174-
</Link>
171+
Looking for a hosted alternative?
172+
<a href="https://clerk.com?utm_source=sponsorship&utm_medium=website&utm_campaign=authjs&utm_content=cta" target="_blank">
173+
Try Clerk
174+
</a>
175175
</span>
176176
<div className="hero-marquee">
177177
<ProviderMarquee />

docs/src/pages/index.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,9 @@
121121
align-items: center;
122122
justify-content: center;
123123
gap: 0.5rem;
124+
font-size: 1.2rem;
124125

125126
a {
126-
font-size: 1.4rem;
127-
color: #6c47ff;
128127
position: relative;
129128
z-index: 1000;
130129
}

0 commit comments

Comments
 (0)