Nit picks
This commit is contained in:
parent
0bbf88430d
commit
c000c17a3b
@ -78,6 +78,7 @@ const LinkNotCreatedTile: React.FC<ILinkNotCreatedTileProps> = (
|
||||
values.identifier
|
||||
);
|
||||
}}
|
||||
validateOnChange={false}
|
||||
>
|
||||
{(formik): JSX.Element => (
|
||||
<Form>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user