Skip to content

Commit

Permalink
fix: add charset meta tag to ui/base.tsx (#141)
Browse files Browse the repository at this point in the history
* fix: add charset meta tag

* Create many-experts-invite.md

---------

Co-authored-by: Dax <[email protected]>
  • Loading branch information
santiagomera and thdxr authored Jan 9, 2025
1 parent e4b2aa5 commit 9712422
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-experts-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@openauthjs/openauth": patch
---

fix: add charset meta tag to ui/base.tsx
1 change: 1 addition & 0 deletions packages/openauth/src/ui/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export function Layout(
>
<head>
<title>{theme?.title || "OpenAuthJS"}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href={theme?.favicon} />
<style dangerouslySetInnerHTML={{ __html: css }} />
Expand Down

0 comments on commit 9712422

Please sign in to comment.