From 6c2ca1278636b39c1c1e957415ffe87dade31b60 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 13 Apr 2022 20:04:00 +0100 Subject: [PATCH] User lowercase for repo --- README.md | 4 ++-- components/forms/user-details-form.tsx | 9 +++++++-- components/home/bonus.tsx | 2 +- components/page-layout.tsx | 2 +- components/page-layout/footer.tsx | 8 ++++---- components/support.tsx | 6 +++--- 6 files changed, 18 insertions(+), 13 deletions(-) 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)} > +

Your details

- +
- + {

Open-source

The codebase is fully open-source and{" "} - + available on github . diff --git a/components/page-layout.tsx b/components/page-layout.tsx index bc716d614..257911697 100644 --- a/components/page-layout.tsx +++ b/components/page-layout.tsx @@ -58,7 +58,7 @@ const Menu: React.VoidFunctionComponent<{ className: string }> = ({ Support - + diff --git a/components/page-layout/footer.tsx b/components/page-layout/footer.tsx index 5c93d8c8c..54b712db1 100644 --- a/components/page-layout/footer.tsx +++ b/components/page-layout/footer.tsx @@ -28,9 +28,9 @@ const Footer: React.VoidFunctionComponent = () => {

Star @@ -50,7 +50,7 @@ const Footer: React.VoidFunctionComponent = () => {
  • Forum @@ -84,7 +84,7 @@ const Footer: React.VoidFunctionComponent = () => {
  • Github diff --git a/components/support.tsx b/components/support.tsx index f7858a08d..daa6951cd 100644 --- a/components/support.tsx +++ b/components/support.tsx @@ -47,7 +47,7 @@ const Support: React.VoidFunctionComponent = () => { i18nKey="canRalllyDoAnswer" components={{ a: ( - + ), }} /> @@ -114,7 +114,7 @@ const Support: React.VoidFunctionComponent = () => { t={t} i18nKey="selfHostAnswer" components={{ - a: , + a: , }} /> @@ -132,7 +132,7 @@ const Support: React.VoidFunctionComponent = () => { i18nKey="canYouHelpMeSetUpRalllyAnswer" components={{ a: ( - + ), }} />