Skip to content

Commit

Permalink
feat: update document lang & dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 14, 2024
1 parent 8da5d06 commit 5178ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<html lang="fa" dir="rtl">
<body className={`${fontDana.variable} text-white bg-zinc-900 font-dana`}>
<Providers>{children}</Providers>
</body>
Expand Down

0 comments on commit 5178ba8

Please sign in to comment.