Loading
This commit is contained in:
parent
acce4be46e
commit
79ce0d7126
1 changed files with 4 additions and 0 deletions
|
@ -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>;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue