create post completed

This commit is contained in:
libertyoms
2025-04-21 20:59:37 +02:00
parent 629da1b7e7
commit a8c6b5297b
21 changed files with 1973 additions and 37 deletions

View File

@ -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>
);
};