testing fixed classname

This commit is contained in:
Khalim Conn-Kowlessar 2023-10-05 11:02:43 +01:00
parent 09fa6932c1
commit bb37f3e550
2 changed files with 3 additions and 3 deletions

View file

@ -99,7 +99,7 @@ body {
}
/* These styles are for the loading spinner on the due considerations page*/
/* @keyframes spin {
@keyframes spin {
0% {
transform: rotate(0deg);
}
@ -110,4 +110,4 @@ body {
.animate-spin {
animation: spin 1s linear infinite;
} */
}

View file

@ -37,7 +37,7 @@ export default async function RootLayout({
const userImage = session?.user?.image;
return (
<html lang="en" className={inter.className}>
<html lang="en" className="__className_0ec1f4">
<body>
<Provider>
<ReactQueryProvider>