Nit picks

This commit is contained in:
Jorik Schellekens
2020-09-16 12:46:16 +01:00
parent 0bbf88430d
commit c000c17a3b
3 changed files with 4 additions and 5 deletions
+1
View File
@@ -78,6 +78,7 @@ const LinkNotCreatedTile: React.FC<ILinkNotCreatedTileProps> = (
values.identifier
);
}}
validateOnChange={false}
>
{(formik): JSX.Element => (
<Form>
+1 -3
View File
@@ -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
+2 -2
View File
@@ -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