Skip to content

Commit 02c4805

Browse files
committed
undo rtl changes to layout page
1 parent d80e707 commit 02c4805

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)