Minor text corrections

This commit is contained in:
Timothy Armes
2024-03-11 09:42:50 +01:00
parent cc0ae71c26
commit 0da539889b
5 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export default async function RootLayout({
<body>
<Providers>
<NextIntlClientProvider locale={locale} messages={messages}>
<div className="bg-white pb-40 font-sans leading-normal tracking-normal dark:bg-gray-700 dark:bg-gray-800">
<div className="bg-white pb-40 font-sans leading-normal tracking-normal dark:bg-gray-800">
{children}
</div>