mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-05 20:21:50 +02:00
UI refresh (#476)
This commit is contained in:
parent
e6a13c235d
commit
bba880ff4c
53 changed files with 1198 additions and 1014 deletions
|
@ -32,12 +32,7 @@ export const UserDetailsForm: React.VoidFunctionComponent<
|
|||
}, [watch, onChange]);
|
||||
|
||||
return (
|
||||
<form
|
||||
id={name}
|
||||
className={className}
|
||||
style={{ width: 400 }}
|
||||
onSubmit={handleSubmit(onSubmit)}
|
||||
>
|
||||
<form id={name} className={className} onSubmit={handleSubmit(onSubmit)}>
|
||||
<h2>{t("yourDetails")}</h2>
|
||||
<div className="formField">
|
||||
<label className="text-slate-500" htmlFor="name">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue