Skip to content

Commit

Permalink
chore: update clerk sponsorship on website + docs (#9603)
Browse files Browse the repository at this point in the history
* Change Clerk (hosted auth) to Hosted Auth (Clerk) in docs sidebar

* Update sponsorship callout to "Looking for a hosted alternative? Try Clerk →"
  • Loading branch information
astrotars authored Jan 10, 2024
1 parent 349b217 commit 6962047
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { existsSync } from "fs"

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

export default {
Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ export default function Home() {
</div>
</div>
<span className={styles.heroClerk}>
sponsored by{" "}
<Link to="https://clerk.com?utm_source=sponsorship&utm_medium=website&utm_campaign=authjs&utm_content=09_01_2023">
Clerk
</Link>
Looking for a hosted alternative?
<a href="https://clerk.com?utm_source=sponsorship&utm_medium=website&utm_campaign=authjs&utm_content=cta" target="_blank">
Try Clerk
</a>
</span>
<div className="hero-marquee">
<ProviderMarquee />
Expand Down
3 changes: 1 addition & 2 deletions docs/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,9 @@
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 1.2rem;

a {
font-size: 1.4rem;
color: #6c47ff;
position: relative;
z-index: 1000;
}
Expand Down

1 comment on commit 6962047

@vercel
Copy link

@vercel vercel bot commented on 6962047 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.