We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6207fc commit 9d988a1Copy full SHA for 9d988a1
src/content/reference/react-dom/render.md
@@ -155,9 +155,9 @@ function NavLink({ href, children }) {
155
export function Comments() {
156
return (
157
<>
158
- <h2>Comments</h2>
159
- <Comment text="Merhaba!" author="Sophie" />
160
- <Comment text="Nasılsın?" author="Sunil" />
+ <h2>Yorumlar</h2>
+ <Comment text="Merhaba!" author="Gökçe" />
+ <Comment text="Nasılsın?" author="Burak" />
161
</>
162
);
163
}
0 commit comments