diff --git a/docs/ForkClone.md b/docs/ForkClone.md
index 3854ad9..a25a193 100644
--- a/docs/ForkClone.md
+++ b/docs/ForkClone.md
@@ -1,6 +1,6 @@
-# Fork and Clone
+# Fork and Clone
-## Steps to fork the repo:
+## Steps to fork the repo:
### Step 1
@@ -10,7 +10,7 @@ Go to the main GitHub page of the repo:
### Step 2
-Once you are on the main GitHub page of the repo, click the Fork button at the top right of the page.
+Once you are on the main GitHub page of the repo, click the Fork button at the top right of the page.

@@ -38,7 +38,7 @@ You will now have a forked version of the original repo that is up to date with
### Step 1
Clone this repo to your local machine using (https://github.com/gbowne1/codebooker.git)
-
+
### Step 2
Create your feature branch usingĀ git checkout -b my-feature
@@ -54,4 +54,4 @@ Push to the branch usingĀ git push origin my-feature;
### Step 5
Create a new [pull request] (SubmitPR.md)
-After your Pull Request is merged, can you delete your feature branch.
\ No newline at end of file
+After your Pull Request is merged, can you delete your feature branch.
diff --git a/src/components/Register/Register.css b/src/components/Register/Register.css
index f845b84..4eff54f 100644
--- a/src/components/Register/Register.css
+++ b/src/components/Register/Register.css
@@ -5,4 +5,4 @@
justify-content: center;
min-height: 100vh;
padding: 16px;
-}
\ No newline at end of file
+}
diff --git a/src/pages/ForgotPassword/ForgotPassword.css b/src/pages/ForgotPassword/ForgotPassword.css
index a853b55..b23cfad 100644
--- a/src/pages/ForgotPassword/ForgotPassword.css
+++ b/src/pages/ForgotPassword/ForgotPassword.css
@@ -22,30 +22,25 @@
width: 35%;
}
-
-
.MuiInputBase-input {
font-family: 'Roboto', 'Open Sans', sans-serif;
}
-
.checkbox-wrapper input {
- margin-right: .5rem;
+ margin-right: 0.5rem;
}
-
-
.forgotpassword-button {
display: flex;
align-items: center;
justify-content: center;
background-color: #1976d2;
color: #fff;
- padding: .5rem 1.25rem;
+ padding: 0.5rem 1.25rem;
border: none;
font-weight: 500;
- font-size: .9rem;
- border-radius: .25rem;
+ font-size: 0.9rem;
+ border-radius: 0.25rem;
cursor: pointer;
width: 35%;
}
@@ -56,4 +51,4 @@
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
-}
\ No newline at end of file
+}
diff --git a/src/pages/ForgotPassword/ForgotPassword.jsx b/src/pages/ForgotPassword/ForgotPassword.jsx
index e1c7154..d8a3a11 100644
--- a/src/pages/ForgotPassword/ForgotPassword.jsx
+++ b/src/pages/ForgotPassword/ForgotPassword.jsx
@@ -22,12 +22,8 @@ const ForgotPassword = () => {
console.error(error);
}
-
setLoading(false);
- }
-
-
-
+ };
return (