Skip to content
Snippets Groups Projects
Commit c000c17a authored by Jorik Schellekens's avatar Jorik Schellekens
Browse files

Nit picks

parent 0bbf8843
Branches
Tags
No related merge requests found
...@@ -78,6 +78,7 @@ const LinkNotCreatedTile: React.FC<ILinkNotCreatedTileProps> = ( ...@@ -78,6 +78,7 @@ const LinkNotCreatedTile: React.FC<ILinkNotCreatedTileProps> = (
values.identifier values.identifier
); );
}} }}
validateOnChange={false}
> >
{(formik): JSX.Element => ( {(formik): JSX.Element => (
<Form> <Form>
......
...@@ -52,9 +52,7 @@ const Footer: React.FC = () => { ...@@ -52,9 +52,7 @@ const Footer: React.FC = () => {
return ( return (
<div className="footer"> <div className="footer">
<a href="https://github.com/matrix-org/matrix.to"> <a href="https://github.com/matrix-org/matrix.to">GitHub</a>
A github project
</a>
{' · '} {' · '}
<a href="https://github.com/matrix-org/matrix.to/tree/matrix-two/src/clients"> <a href="https://github.com/matrix-org/matrix.to/tree/matrix-two/src/clients">
Add your client Add your client
......
...@@ -96,8 +96,8 @@ const HomeserverOptions: React.FC<IProps> = ({ link }: IProps) => { ...@@ -96,8 +96,8 @@ const HomeserverOptions: React.FC<IProps> = ({ link }: IProps) => {
{link.identifier}. <br /> {link.identifier}. <br />
The homeserver will provide metadata about the link such The homeserver will provide metadata about the link such
as an avatar or description. Homeservers will be able to as an avatar or description. Homeservers will be able to
relate your ip to resources you've opened invites for in relate your IP to resources you've opened invites for in
matrix.to matrix.to.
</p> </p>
</div> </div>
<img <img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment