Skip to content

Commit f52f914

Browse files
committed
Fix lint errors in homepage
1 parent ffbacb0 commit f52f914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homepage/components/DefaultLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const DefaultLayout: React.FC = ({ children }) => (
1212

1313
<meta charSet='utf-8' />
1414

15-
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
15+
<meta httpEquiv='X-UA-Compatible' content='IE=edge' />
1616

1717
<meta
1818
name='viewport'

0 commit comments

Comments
 (0)