File tree Expand file tree Collapse file tree
packages/website/src/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Development monorepo for "React Strict DOM".
1414* ` apps `
1515 * Example applications using React Strict DOM.
1616 * [ example-ui] ( https://github.com/facebook/react-strict-dom/blob/main/apps/example-ui )
17- * [ expo-app] ( https://github.com/facebook/react-strict-dom/blob /main/apps/expo )
18- * [ nextjs-app] ( https://github.com/facebook/react-strict-dom/blob/main/apps/nextjs )
17+ * [ expo-app] ( https://github.com/facebook/react-strict-dom/tree /main/apps/expo-app )
18+ * [ nextjs-app] ( https://github.com/facebook/react-strict-dom/blob/main/apps/nextjs-app )
1919 * [ platform-tests] ( https://github.com/facebook/react-strict-dom/blob/main/apps/platform-tests )
2020* ` packages `
2121 * Contains the individual packages managed in the monorepo.
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ function Page() {
8484 return (
8585 <html.main>
8686 <html.div>
87- <html.label for="name">Name</label>
87+ <html.label for="name">Name</html. label>
8888 <html.input id="name" />
8989 </html.div>
9090 </html.main>
You can’t perform that action at this time.
0 commit comments