mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
testing fixed classname
This commit is contained in:
parent
09fa6932c1
commit
bb37f3e550
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
} */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue