diff --git a/src/App.css b/src/App.css
index 9724012..6bb86c0 100644
--- a/src/App.css
+++ b/src/App.css
@@ -23,7 +23,7 @@ footer{
}
.locale_chooser{
- margin: -8vmin 10vmin 10vmin 10vmin;
+ margin: 10vmin;
text-align: center;
}
diff --git a/src/App.js b/src/App.js
index ffd147f..4420a7f 100644
--- a/src/App.js
+++ b/src/App.js
@@ -101,7 +101,7 @@ function UmamiLink({ href, name, target, children, ...props }) {
}
-function App({ getString }) {
+function App({ getString, locales, currentLocale, onLanguageChange }) {
const [frame, setFrame] = useState(null)
const [hashtag, setHashtag] = useState(null)
const [originalPhoto, setOriginalPhoto] = useState(null)
@@ -382,6 +382,26 @@ function App({ getString }) {