Merge branch 'matrix-two' of github.com:matrix-org/matrix.to into matrixtwo/designreview
This commit is contained in:
commit
0bbf88430d
1 changed files with 1 additions and 2 deletions
|
@ -109,7 +109,7 @@ const HomeserverOptions: React.FC<IProps> = ({ link }: IProps) => {
|
||||||
checked={rememberSelection}
|
checked={rememberSelection}
|
||||||
onChange={(e): void => setRemeberSelection(e.target.checked)}
|
onChange={(e): void => setRemeberSelection(e.target.checked)}
|
||||||
>
|
>
|
||||||
Remember my choice.
|
Remember my choice
|
||||||
</StyledCheckbox>
|
</StyledCheckbox>
|
||||||
<Button
|
<Button
|
||||||
secondary
|
secondary
|
||||||
|
@ -119,7 +119,6 @@ const HomeserverOptions: React.FC<IProps> = ({ link }: IProps) => {
|
||||||
>
|
>
|
||||||
Use any homeserver
|
Use any homeserver
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
{hsInput}
|
{hsInput}
|
||||||
</Tile>
|
</Tile>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue