Skip to content
Snippets Groups Projects
Commit 0bbf8843 authored by Jorik Schellekens's avatar Jorik Schellekens
Browse files

Merge branch 'matrix-two' of github.com:matrix-org/matrix.to into matrixtwo/designreview

parents 4d456c27 8cac5fb9
No related branches found
No related tags found
No related merge requests found
......@@ -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>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment