Browse Source

style(ui): fix indentation in root layout body tag

Dev
mortezaei 1 week ago
parent
commit
eb4d224801
  1. 2
      src/app/layout.tsx

2
src/app/layout.tsx

@ -308,7 +308,7 @@ export default async function RootLayout({
}} }}
/> />
</head> </head>
گ <body className={`${faminela.variable} ${amiri.variable}`}>
<body className={`${faminela.variable} ${amiri.variable}`}>
<Providers> <Providers>
{isDevelopment ? <TokenSwitcher /> : null} {isDevelopment ? <TokenSwitcher /> : null}
<div className="app-shell">{children}</div> <div className="app-shell">{children}</div>

Loading…
Cancel
Save