We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e9466 commit 73d7073Copy full SHA for 73d7073
src/components/Layout/HomeContent.js
@@ -859,7 +859,8 @@ function ExampleLayout({
859
</div>
860
<div
861
ref={contentRef}
862
- className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center">
+ className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center"
863
+ dir="ltr">
864
{right}
865
866
className={cn(
0 commit comments