Skip to content

Commit

Permalink
mobile - layout change test
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jul 24, 2024
1 parent 6784207 commit ad6a52c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/(labels)/labels/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,20 +182,20 @@ export default function RootLayout({
suppressHydrationWarning
>
<Head />
<body className="bg-forest-50 dark:bg-[#1F2726] text-forest-900 dark:text-forest-500 font-raleway relative min-h-screen">
<div className="background-container !fixed">
<div className="background-gradient-group">
<div className="background-gradient-yellow"></div>
<div className="background-gradient-green"></div>
</div>
</div>
<body className="bg-forest-50 dark:bg-[#1F2726] text-forest-900 dark:text-forest-500">
<script
type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}
/>
<Providers forcedTheme="dark">
<MasterProvider>
<main className="relative flex-1 w-full mx-auto min-h-screen select-none">
<main className="font-raleway relative flex-1 w-full mx-auto min-h-screen select-none">
<div className="background-container !fixed">
<div className="background-gradient-group">
<div className="background-gradient-yellow"></div>
<div className="background-gradient-green"></div>
</div>
</div>
{/* <LabelsProviders> */}
{/* <DuckDBProvider
parquetFiles={[
Expand Down Expand Up @@ -228,6 +228,6 @@ export default function RootLayout({
<CookieConsent />
</Providers>
</body>
</html>
</html >
);
}

0 comments on commit ad6a52c

Please sign in to comment.