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

This commit is contained in:
Jorik Schellekens 2020-09-16 00:23:23 +01:00
commit 0bbf88430d

View File

@ -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>
); );