chore: ran linting

This commit is contained in:
Anish Sarkar 2026-02-08 12:43:31 +05:30
parent 5ab672b8ff
commit e2dd80c604
6 changed files with 48 additions and 72 deletions

View file

@ -98,9 +98,9 @@ export function UserDropdown({
className="text-xs md:text-sm"
disabled={isLoggingOut}
>
{isLoggingOut ? (
<Spinner size="sm" className="mr-2" />
) : (
{isLoggingOut ? (
<Spinner size="sm" className="mr-2" />
) : (
<LogOut className="mr-2 h-3.5 w-3.5 md:h-4 md:w-4" />
)}
{isLoggingOut ? "Logging out..." : "Log out"}