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
Branches
Tags
No related merge requests found
...@@ -109,7 +109,7 @@ const HomeserverOptions: React.FC<IProps> = ({ link }: IProps) => { ...@@ -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) => { ...@@ -119,7 +119,6 @@ const HomeserverOptions: React.FC<IProps> = ({ link }: IProps) => {
> >
Use any homeserver Use any homeserver
</Button> </Button>
{hsInput} {hsInput}
</Tile> </Tile>
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment