Skip to content

Commit 23f5b5a

Browse files
Fix Accessibility Violation - Add Language Attribute to HTML Element (#1172)
1 parent da18afa commit 23f5b5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/root.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let default = () => {
4949
None
5050
}, [pathname])
5151

52-
<html>
52+
<html lang="en">
5353
<head>
5454
<style> {React.string("html {opacity:0;}")} </style>
5555
<link rel="preload" href={mainCss} as_="style" />

0 commit comments

Comments
 (0)