diff --git a/README.md b/README.md index 2a4036419..2c991b6a5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ _For running in a production environment_ Clone this repo and change directory to the root of the repository. ```bash -git clone https://github.com/lukevella/Rallly.git +git clone https://github.com/lukevella/rallly.git cd Rallly ``` @@ -41,7 +41,7 @@ Go to [http://localhost:3000](http://localhost:3000) Clone this repo and change directory to the root of the repository. ```bash -git clone https://github.com/lukevella/Rallly.git +git clone https://github.com/lukevella/rallly.git cd Rallly ``` diff --git a/components/forms/user-details-form.tsx b/components/forms/user-details-form.tsx index aec22fb61..69559f886 100644 --- a/components/forms/user-details-form.tsx +++ b/components/forms/user-details-form.tsx @@ -38,8 +38,11 @@ export const UserDetailsForm: React.VoidFunctionComponent< style={{ width: 400 }} onSubmit={handleSubmit(onSubmit)} > +