Skip to content

Commit 0e37f81

Browse files
authored
Done with Hindi Changes for <h1> tag
1 parent 71b6254 commit 0e37f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/conditional-rendering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ React में, आप अलग-अलग कौम्पोनॅन्ट
1616

1717
```js
1818
function UserGreeting(props) {
19-
return <h1>Welcome back!</h1>;
19+
return <h1>वापसी पर स्वागत है!</h1>;
2020
}
2121

2222
function GuestGreeting(props) {
23-
return <h1>Please sign up.</h1>;
23+
return <h1>कृपया साइन अप करो।</h1>;
2424
}
2525
```
2626

0 commit comments

Comments
 (0)