mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 18:58:10 +00:00
create post completed
This commit is contained in:
@ -4,7 +4,7 @@ import { PacmanLoader } from "react-spinners";
|
||||
const Loading = () => {
|
||||
return (
|
||||
<div className="flex items-center justify-center h-screen">
|
||||
<PacmanLoader />
|
||||
<PacmanLoader color="#e1c44a" />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user