Skip to content

Commit 14d27ab

Browse files
committed
remove temporary rtl styles
1 parent ab2a94b commit 14d27ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Layout/Page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
135135
<Suspense fallback={null}>
136136
<main className="min-w-0 isolate">
137137
<article
138-
dir="rtl"
139138
className="break-words font-normal text-primary dark:text-primary-dark"
140139
key={asPath}>
141140
{content}

0 commit comments

Comments
 (0)