fix: loading spinner console bug (#6518)

fix: update svg path
This commit is contained in:
cartcrom 2023-05-09 14:59:26 -04:00 committed by GitHub
parent 38d9ab67eb
commit b60d98fc17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ export default function Loader({
{...rest} {...rest}
> >
<path <path
d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 9.27455 20.9097 6.80375" d="M2,12 a10,10 0 0,1 10,-10 M12,22 a10,10 0 0,1 -10,-10 M22,12 a10,10 0 0,1 -10,10"
strokeWidth={strokeWidth ?? '2.5'} strokeWidth={strokeWidth ?? '2.5'}
strokeLinecap="round" strokeLinecap="round"
strokeLinejoin="round" strokeLinejoin="round"