Nit picks
This commit is contained in:
parent
0bbf88430d
commit
c000c17a3b
3 changed files with 4 additions and 5 deletions
|
@ -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 = () => {
|
||||||
|
|
||||||
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) => {
|
||||||
{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
|
||||||
|
|
Loading…
Reference in a new issue