Skip to content

Commit

Permalink
feat(web): remove unused lang attribute on body tag
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyzboss committed Jan 15, 2024
1 parent afa8a59 commit 2f3a2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/root/src/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default component$(() => {
</noscript>
<RouterHead />
</head>
<body lang="en">
<body>
<RouterOutlet />
<ServiceWorkerRegister nonce={nonce} />
</body>
Expand Down

0 comments on commit 2f3a2f4

Please sign in to comment.