diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index f0fc14a..50d626f 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -38,8 +38,10 @@ import {
faCode,
faPuzzlePiece,
faUser,
- faFlag,
faMicrochip,
+ faEarthEurope,
+ faEarthAmericas,
+ faCaretDown
} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import * as Blockly from "blockly";
@@ -48,7 +50,6 @@ import MenuItem from '@mui/material/MenuItem'
import Menu from '@mui/material/Menu'
import { setLanguage } from "../actions/generalActions";
import { setBoard } from "../actions/boardAction";
-import { Redirect } from "react-router-dom";
const styles = (theme) => ({
drawerWidth: {
@@ -138,92 +139,150 @@ class Navbar extends Component {
- {
{ this.setState({ anchorElLang: event.target }) }}
- style={{ margin: "0 30px 0 auto" }}
- size="large"
- sx={{ display: { xs: 'none', md: 'block' } }}
- >
-
- }
-