diff --git a/src/components/CreateLinkTile.tsx b/src/components/CreateLinkTile.tsx index e133ed4937746a0ce520edc87c18268e67ed530b..12ffd5485bea42577b5616d229f593de328a0b55 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 eef9cf458e2ec9c1d3af57dfe93f384252e2d36b..e8578e5cad4f80abfd64b2247e9d5f771e4c5a54 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 70078ecfb8c4593491d3a5f5a43262687c30c913..23a5a6ede5140c366af4d7bf9874fc4b0bd8547a 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