Skip to content

Commit

Permalink
fix(clerk-js): Remove logo from verification alternative methods card (
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter authored Feb 14, 2025
1 parent 8daa94a commit 74868fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dirty-crabs-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/clerk-js': patch
---

Remove logo from use another method verification card.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const AlternativeMethodsList = (props: AlternativeMethodListProps) => {
<Flow.Part part={'alternativeMethods'}>
<Card.Root>
<Card.Content>
<Header.Root showLogo>
<Header.Root>
<Header.Title localizationKey={localizationKeys('reverification.alternativeMethods.title')} />
<Header.Subtitle localizationKey={localizationKeys('reverification.alternativeMethods.subtitle')} />
</Header.Root>
Expand Down

0 comments on commit 74868fa

Please sign in to comment.