Fix lint error: replace Spinner with IconRefresh

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rever-tecnologia 2025-12-05 14:01:41 -03:00
parent ff90f16cef
commit 01a16b7e5e

View file

@ -814,7 +814,7 @@ export function EmprestimosPageClient() {
<Button onClick={handleCreate} disabled={isSubmitting}>
{isSubmitting ? (
<>
<Spinner className="size-4" />
<IconRefresh className="size-4 animate-spin" />
Criando...
</>
) : (