This commit is contained in:
Atridad Lahiji 2023-06-19 00:54:22 -06:00 committed by atridadl
parent acce4be46e
commit 79ce0d7126
No known key found for this signature in database

View file

@ -25,6 +25,10 @@ const Navbar: React.FC<NavbarProps> = ({ title }) => {
Sign In
</button>
);
} else {
<div className="flex items-center justify-center">
<span className="loading loading-spinner loading-lg"></span>
</div>;
}
};