yarn lint:js --fix

This commit is contained in:
Alex Gleason
2023-02-01 16:13:42 -06:00
parent 56203b69ab
commit 0d99ae5daa
194 changed files with 509 additions and 509 deletions

View File

@@ -63,7 +63,7 @@ const Button = React.forwardRef<HTMLButtonElement, IButton>((props, ref): JSX.El
return null;
}
return <Icon src={icon} className='w-4 h-4' />;
return <Icon src={icon} className='h-4 w-4' />;
};
const handleClick: React.MouseEventHandler<HTMLButtonElement> = React.useCallback((event) => {