Skip to content

Commit 6897bc4

Browse files
authored
Merge pull request #365 from reactjs/sync-722b5464
Sync with react.dev @ 722b546
2 parents 9eb51a0 + aa5f520 commit 6897bc4

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

src/components/Layout/Feedback.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) {
6262
const [isSubmitted, setIsSubmitted] = useState(false);
6363
return (
6464
<div className="max-w-xs w-80 lg:w-auto py-3 shadow-lg rounded-lg m-4 bg-wash dark:bg-gray-95 px-4 flex">
65-
<p className="w-full font-bold text-primary dark:text-primary-dark text-lg mr-4">
65+
<p className="w-full font-bold text-primary dark:text-primary-dark text-lg me-4">
6666
{isSubmitted
6767
? 'Санал өгсөнд баярлалаа!'
6868
: 'Энэ хуудас хэрэг болж байна уу?'}

src/components/Layout/HomeContent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ export function HomeContent() {
489489
<div className="mt-20 px-5 lg:px-0 mb-6 max-w-4xl text-center text-opacity-80">
490490
<Logo className="text-link dark:text-link-dark w-24 lg:w-28 mb-10 lg:mb-8 mt-12 h-auto mx-auto self-start" />
491491
<Header>
492-
React-ын нэгдэлд <br className="" />
492+
React-ын нэгдэлд <br className="hidden lg:inline" />
493493
тавтай морилно уу
494494
</Header>
495495
<ButtonLink

src/content/community/meetups.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,10 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
9696

9797
## India {/*india*/}
9898
* [Ahmedabad](https://www.meetup.com/react-ahmedabad/)
99-
* [Bangalore](https://www.meetup.com/ReactJS-Bangalore/)
100-
* [Bangalore](https://www.meetup.com/React-Native-Bangalore-Meetup)
101-
* [Chandigarh](https://www.meetup.com/Chandigarh-React-Developers/)
99+
* [Bangalore (React)](https://www.meetup.com/ReactJS-Bangalore/)
100+
* [Bangalore (React Native)](https://www.meetup.com/React-Native-Bangalore-Meetup)
102101
* [Chennai](https://www.meetup.com/React-Chennai/)
103102
* [Delhi NCR](https://www.meetup.com/React-Delhi-NCR/)
104-
* [Jaipur](https://www.meetup.com/JaipurJS-Developer-Meetup/)
105103
* [Pune](https://www.meetup.com/ReactJS-and-Friends/)
106104

107105
## Indonesia {/*indonesia*/}

0 commit comments

Comments
 (0)