Skip to content

Commit 6fcd93c

Browse files
chore(clerk-js): Update secured by clerk link URL (#5504)
1 parent 7ee21b7 commit 6fcd93c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/tall-needles-drive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/clerk-js': patch
3+
---
4+
5+
Update secured by clerk link URL.

packages/clerk-js/src/ui/elements/Card/CardClerkAndPagesTag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const CardClerkAndPagesTag = React.memo(
9393
const LogoMarkIconLink = () => {
9494
return (
9595
<Link
96-
href='https://www.clerk.com?utm_source=clerk&utm_medium=components'
96+
href='https://go.clerk.com/components'
9797
colorScheme='inherit'
9898
isExternal
9999
aria-label='Clerk logo'

0 commit comments

Comments
 (0)