Skip to content

Commit aa5f520

Browse files
committed
Merge branch 'main' into sync-722b5464
2 parents dd22c20 + 9eb51a0 commit aa5f520

File tree

8 files changed

+6246
-6799
lines changed

8 files changed

+6246
-6799
lines changed

patches/@codemirror+lang-javascript+0.19.6.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

patches/@lezer+javascript+0.15.2.patch

Lines changed: 0 additions & 345 deletions
This file was deleted.

patches/next+13.4.1.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/components/Layout/Feedback.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,10 @@ 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-
<<<<<<< HEAD
66-
<p className="w-full font-bold text-primary dark:text-primary-dark text-lg mr-4">
67-
{isSubmitted ? 'Санал өгсөнд баярлалаа!' : 'Энэ хуудас хэрэг болж байна уу?'}
68-
=======
6965
<p className="w-full font-bold text-primary dark:text-primary-dark text-lg me-4">
70-
{isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'}
71-
>>>>>>> 722b54640ea8ef146ef59558100819a6bb31c252
66+
{isSubmitted
67+
? 'Санал өгсөнд баярлалаа!'
68+
: 'Энэ хуудас хэрэг болж байна уу?'}
7269
</p>
7370
{!isSubmitted && (
7471
<button

src/components/Layout/Footer.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,7 @@ export function Footer() {
319319
<FooterLink href="/community/docs-contributors">
320320
Docs Contributors
321321
</FooterLink>
322-
<FooterLink href="/community/acknowledgements">
323-
Талархал
324-
</FooterLink>
322+
<FooterLink href="/community/acknowledgements">Талархал</FooterLink>
325323
</div>
326324
<div className="flex flex-col">
327325
<FooterLink isHeader={true}>Илүү их</FooterLink>

src/components/Layout/HomeContent.js

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -374,18 +374,10 @@ export function HomeContent() {
374374
</Link>{' '}
375375
болон{' '}
376376
<Link href="https://github.com/expo/expo">Expo</Link>{' '}
377-
<<<<<<< HEAD
378377
нь Android, iOS болон бусад платформд зориулан яг л
379378
платформын өөрийнх нь апп шиг <i>апп</i> бүтээх боломж
380379
олгодог. Android болон iOS дээр вэб дуудаж рендер хийж
381380
байгаа зүйл биш юм.
382-
=======
383-
let you build apps in React for Android, iOS, and
384-
more. They look and feel native because their UIs{' '}
385-
<i>are</i> truly native. It’s not a web view—your
386-
React components render real Android and iOS views
387-
provided by the platform.
388-
>>>>>>> 722b54640ea8ef146ef59558100819a6bb31c252
389381
</p>
390382
</div>
391383
</div>
@@ -412,13 +404,8 @@ export function HomeContent() {
412404
<Section background="right-card">
413405
<div className="max-w-7xl mx-auto flex flex-col lg:flex-row px-5">
414406
<div className="max-w-3xl lg:max-w-7xl gap-5 flex flex-col lg:flex-row lg:px-5">
415-
<<<<<<< HEAD
416407
<div className="w-full lg:w-6/12 max-w-3xl flex flex-col items-start justify-start lg:pl-5 lg:pr-10">
417408
<Header>Бэлэн болсон үед л шинэчил</Header>
418-
=======
419-
<div className="w-full lg:w-6/12 max-w-3xl flex flex-col items-start justify-start lg:ps-5 lg:pe-10">
420-
<Header>Upgrade when the future is ready</Header>
421-
>>>>>>> 722b54640ea8ef146ef59558100819a6bb31c252
422409
<Para>
423410
React өөрчлөлтүүдэд болгоомжтой ханддаг. React-ын commit бүр
424411
нь тэрбум гаран хэрэглэгчтэй бизнесс дээр туршигдаж, Meta -д
@@ -502,13 +489,8 @@ export function HomeContent() {
502489
<div className="mt-20 px-5 lg:px-0 mb-6 max-w-4xl text-center text-opacity-80">
503490
<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" />
504491
<Header>
505-
<<<<<<< HEAD
506-
React-ын нэгдэлд <br className="" />
492+
React-ын нэгдэлд <br className="hidden lg:inline" />
507493
тавтай морилно уу
508-
=======
509-
Welcome to the <br className="hidden lg:inline" />
510-
React community
511-
>>>>>>> 722b54640ea8ef146ef59558100819a6bb31c252
512494
</Header>
513495
<ButtonLink
514496
href={'/learn'}

src/components/MDX/ExpandableExample.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,8 @@ function ExpandableExample({children, excerpt, type}: ExpandableExampleProps) {
7070
})}>
7171
{isDeepDive && (
7272
<>
73-
<<<<<<< HEAD
74-
<IconDeepDive className="inline mr-2 dark:text-purple-30 text-purple-40" />
75-
Гүн шумбах
76-
=======
7773
<IconDeepDive className="inline me-2 dark:text-purple-30 text-purple-40" />
78-
Deep Dive
79-
>>>>>>> 722b54640ea8ef146ef59558100819a6bb31c252
74+
Гүнзгий үзэцгээе
8075
</>
8176
)}
8277
{isExample && (

0 commit comments

Comments
 (0)