Skip to content

Commit 92ede1e

Browse files
committed
fix: missed one
1 parent e87b640 commit 92ede1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clerk-js/src/ui/components/OAuthConsent/OAuthConsent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function OAuthConsentInternal() {
6262
>
6363
<Avatar
6464
imageUrl={oAuthApplicationLogoUrl}
65-
externalLinkUrl={oAuthApplicationUrl}
65+
linkUrl={oAuthApplicationUrl}
6666
size={t => t.space.$12}
6767
rounded={false}
6868
/>

0 commit comments

Comments
 (0)