Skip to content

Commit fb6916a

Browse files
committed
Merge branch 'main' of https://github.com/reactjs/reactjs.org into sync-73d7073d
2 parents 6b6c69e + 73d7073 commit fb6916a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Layout/HomeContent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,8 @@ function ExampleLayout({
840840
</div>
841841
<div
842842
ref={contentRef}
843-
className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center">
843+
className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center"
844+
dir="ltr">
844845
{right}
845846
<div
846847
className={cn(

0 commit comments

Comments
 (0)