diff options
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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> |
