Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tall-needles-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/clerk-js': patch
---

Update secured by clerk link URL.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const CardClerkAndPagesTag = React.memo(
const LogoMarkIconLink = () => {
return (
<Link
href='https://www.clerk.com?utm_source=clerk&utm_medium=components'
href='https://go.clerk.com/components'
Copy link
Member

@dstaley dstaley Apr 1, 2025

Choose a reason for hiding this comment

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

just confirming that we're okay losing the UTM parameters here? I assume the go subdomain is doing some sort of analytics tracking so it's okay?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah the go url contains the utm params.

Copy link

Choose a reason for hiding this comment

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

Looks good, @alexcarpenter

colorScheme='inherit'
isExternal
aria-label='Clerk logo'
Expand Down