chore: Update translations

This commit is contained in:
2023-12-07 17:59:28 +00:00
parent da75e6e2ff
commit 7600d93983
39 changed files with 1312 additions and 351 deletions

View File

@ -29,7 +29,11 @@ export default function AsyncButton(props: AsyncButtonProps) {
}
return (
<button disabled={loading || props.disabled} {...props} onClick={handle} className={classNames("px-3 py-2 bg-gray-2 rounded-full", props.className)}>
<button
disabled={loading || props.disabled}
{...props}
onClick={handle}
className={classNames("px-3 py-2 bg-gray-2 rounded-full", props.className)}>
<span style={{ visibility: loading ? "hidden" : "visible" }}>{props.children}</span>
{loading && (
<span className="spinner-wrapper">