aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.js2
-rw-r--r--src/components/WifiCard.js5
2 files changed, 4 insertions, 3 deletions
diff --git a/src/App.js b/src/App.js
index 2601080..4e060cf 100644
--- a/src/App.js
+++ b/src/App.js
@@ -108,7 +108,7 @@ function App() {
108 <Pane> 108 <Pane>
109 <Pane display="flex"> 109 <Pane display="flex">
110 <img alt="icon" src={logo} width="32" height="32" /> 110 <img alt="icon" src={logo} width="32" height="32" />
111 <Heading size={900} paddingLeft={16}> 111 <Heading size={900} paddingRight={16} paddingLeft={16}>
112 {t('title')} 112 {t('title')}
113 </Heading> 113 </Heading>
114 </Pane> 114 </Pane>
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>