diff options
Diffstat (limited to 'src/components/WifiCard.js')
| -rw-r--r-- | src/components/WifiCard.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/WifiCard.js b/src/components/WifiCard.js index 8e0e128..8edf147 100644 --- a/src/components/WifiCard.js +++ b/src/components/WifiCard.js | |||
| @@ -63,8 +63,9 @@ export const WifiCard = (props) => { | |||
| 63 | <Pane display="flex" paddingBottom={12}> | 63 | <Pane display="flex" paddingBottom={12}> |
| 64 | <img alt="icon" src={logo} width="24" height="24" /> | 64 | <img alt="icon" src={logo} width="24" height="24" /> |
| 65 | <Heading | 65 | <Heading |
| 66 | paddingLeft={10} | ||
| 67 | size={700} | 66 | size={700} |
| 67 | paddingRight={10} | ||
| 68 | paddingLeft={10} | ||
| 68 | textAlign={props.settings.portrait ? 'center' : 'unset'} | 69 | textAlign={props.settings.portrait ? 'center' : 'unset'} |
| 69 | > | 70 | > |
| 70 | {t('wifi.login')} | 71 | {t('wifi.login')} |
| @@ -132,7 +133,7 @@ export const WifiCard = (props) => { | |||
| 132 | <Paragraph> | 133 | <Paragraph> |
| 133 | <CameraIcon /> | 134 | <CameraIcon /> |
| 134 | <MobilePhoneIcon /> | 135 | <MobilePhoneIcon /> |
| 135 | <Text size={300} paddingLeft={8}> | 136 | <Text size={300} paddingRight={8} paddingLeft={8}> |
| 136 | {t('wifi.tip')} | 137 | {t('wifi.tip')} |
| 137 | </Text> | 138 | </Text> |
| 138 | </Paragraph> | 139 | </Paragraph> |
