Skip to content

Commit

Permalink
remove temporary rtl styles
Browse files Browse the repository at this point in the history
  • Loading branch information
eihabkhan committed Jun 21, 2023
1 parent aa4ee91 commit abb71f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Layout/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
<Suspense fallback={null}>
<main className="min-w-0 isolate">
<article
dir="rtl"
className="break-words font-normal text-primary dark:text-primary-dark"
key={asPath}>
{content}
Expand Down

0 comments on commit abb71f9

Please sign in to comment.