[WEB-1345] chore: auth and loader responsiveness (#4494)
* chore: logo spinner improvement * chore: auth header action improvement
This commit is contained in:
parent
fd4aa38dc2
commit
9bf1863f33
4 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ export const LogoSpinner = () => {
|
|||
|
||||
return (
|
||||
<div className="flex items-center justify-center">
|
||||
<Image src={logoSrc} alt="logo" className="w-[82px] h-[82px] mr-2" />
|
||||
<Image src={logoSrc} alt="logo" className="size-16 sm:size-20 mr-2" />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue