mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-08-25 18:38:07 +00:00
auto: sync 2026-06-02 23:01
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="fr">
|
||||
<body className="min-h-screen bg-gray-50">{children}</body>
|
||||
<body className="min-h-screen bg-[#090e1a]">{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user