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/wet-beers-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/clerk-js': patch
---

Remove nested <p> tag from the Keyless popover.
4 changes: 2 additions & 2 deletions packages/clerk-js/src/ui/components/KeylessPrompt/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,11 +396,11 @@ const _KeylessPrompt = (_props: KeylessPromptProps) => {
Dashboard.
</>
) : (
<p>
<span>
{isSignedIn
? "You've created your first user! Link this application to your Clerk account to explore the Dashboard."
: 'We generated temporary API keys for you. Link this application to your Clerk account to configure it.'}
</p>
</span>
)}
</p>
</div>
Expand Down
Loading