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