🚧 Work on components
This commit is contained in:
parent
b9b6556319
commit
71f9075fca
10 changed files with 227 additions and 11 deletions
|
@ -6,6 +6,7 @@ const LanguageChooser = props => {
|
|||
const styles = {
|
||||
container: {
|
||||
display: "flex",
|
||||
flexDirection: "row",
|
||||
height: "calc(100vh - 64px)",
|
||||
width: "100%"
|
||||
},
|
||||
|
@ -37,7 +38,7 @@ const LanguageChooser = props => {
|
|||
variant="contained"
|
||||
onClick={() => changeLanguage(lang)}
|
||||
>
|
||||
{languages[lang][lang]}
|
||||
{languages[lang]}
|
||||
</Button>
|
||||
);
|
||||
})}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue