diff --git a/src/app/globals.css b/src/app/globals.css index 4df84e1..9259a94 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; -} +} */