Skip to content

Commit 68bc75f

Browse files
Fix heading spacing in Hindi documentation
1 parent e87e328 commit 68bc75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/content/learn/passing-props-to-a-component.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body { min-height: 120px; }
5353

5454
जो प्रॉप्स आप एक `<img>` टैग को पास कर सकते हैं, वे पूर्वनिर्धारित हैं (ReactDOM [HTML स्टैंडर्ड](https://www.w3.org/TR/html52/semantics-embedded-content.html#the-img-element) के अनुरूप है।) लेकिन आप *अपने स्वयं के* कॉम्पोनेन्ट, जैसे `<Avatar>`, में उन्हें कस्टमाइज़ करने के लिए कोई भी प्रॉप्स पास कर सकते हैं। इसे ऐसे करें!
5555

56-
## एक कॉम्पोनेन्ट में प्रॉप्स को भेजना {/*passing-props-to-a-component*/}
56+
## एक कॉम्पोनेन्ट में प्रॉप्स को भेजना {/*passing-props-to-a-component*/}
5757

5858
इस कोड में, `Profile` कॉम्पोनेन्ट अपने चाइल्ड कॉम्पोनेन्ट, `Avatar`, में कोई भी प्रॉप्स पास नहीं कर रहा है:
5959

0 commit comments

Comments
 (0)