From c000c17a3b2f156eb50bda44612b6bca50d67934 Mon Sep 17 00:00:00 2001
From: Jorik Schellekens <joriksch@gmail.com>
Date: Wed, 16 Sep 2020 12:46:16 +0100
Subject: [PATCH] Nit picks

---
 src/components/CreateLinkTile.tsx    | 1 +
 src/components/Footer.tsx            | 4 +---
 src/components/HomeserverOptions.tsx | 4 ++--
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/components/CreateLinkTile.tsx b/src/components/CreateLinkTile.tsx
index e133ed4..12ffd54 100644
--- a/src/components/CreateLinkTile.tsx
+++ b/src/components/CreateLinkTile.tsx
@@ -78,6 +78,7 @@ const LinkNotCreatedTile: React.FC<ILinkNotCreatedTileProps> = (
                             values.identifier
                     );
                 }}
+                validateOnChange={false}
             >
                 {(formik): JSX.Element => (
                     <Form>
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index eef9cf4..e8578e5 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -52,9 +52,7 @@ const Footer: React.FC = () => {
 
     return (
         <div className="footer">
-            <a href="https://github.com/matrix-org/matrix.to">
-                A github project
-            </a>
+            <a href="https://github.com/matrix-org/matrix.to">GitHub</a>
             {' ยท '}
             <a href="https://github.com/matrix-org/matrix.to/tree/matrix-two/src/clients">
                 Add your client
diff --git a/src/components/HomeserverOptions.tsx b/src/components/HomeserverOptions.tsx
index 70078ec..23a5a6e 100644
--- a/src/components/HomeserverOptions.tsx
+++ b/src/components/HomeserverOptions.tsx
@@ -96,8 +96,8 @@ const HomeserverOptions: React.FC<IProps> = ({ link }: IProps) => {
                         {link.identifier}. <br />
                         The homeserver will provide metadata about the link such
                         as an avatar or description. Homeservers will be able to
-                        relate your ip to resources you've opened invites for in
-                        matrix.to
+                        relate your IP to resources you've opened invites for in
+                        matrix.to.
                     </p>
                 </div>
                 <img
-- 
GitLab