We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2a94b commit 14d27abCopy full SHA for 14d27ab
1 file changed
src/components/Layout/Page.tsx
@@ -135,7 +135,6 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
135
<Suspense fallback={null}>
136
<main className="min-w-0 isolate">
137
<article
138
- dir="rtl"
139
className="break-words font-normal text-primary dark:text-primary-dark"
140
key={asPath}>
141
{content}
0 commit comments