aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 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>