Navigation bar from side to top.

This commit is contained in:
codevictory
2021-12-06 18:33:34 +02:00
parent d85adb9064
commit d63f813152
10 changed files with 38 additions and 38 deletions

View File

@@ -7,9 +7,6 @@ export const Header = () => {
<header className="App-header">
<h1><FormattedMessage id="common.title" /></h1>
<p><i><FormattedMessage id="common.subtitle" /></i></p>
<div className="LanguagePicker-container">
<LanguagePicker />
</div>
</header>
)
}