From bb37f3e550da8f6d25701b8377f73b4cab896ae0 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 5 Oct 2023 11:02:43 +0100 Subject: [PATCH] testing fixed classname --- src/app/globals.css | 4 ++-- src/app/layout.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 9259a94..4df84e1 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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; -} */ +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 670f763..4f9ce5d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -37,7 +37,7 @@ export default async function RootLayout({ const userImage = session?.user?.image; return ( - +