Skip to content

Commit

Permalink
chore: removed lang attr on html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jpina1-godaddy committed Jun 7, 2024
1 parent 030f993 commit e9c874e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';

export default function RootLayout({ children }) {
return (
<html lang='en'>
<html>
<body>{children}</body>
</html>
);
Expand Down

0 comments on commit e9c874e

Please sign in to comment.