We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbb74e commit 3aef2dfCopy full SHA for 3aef2df
mystbin/frontend/components/EditorTabs.tsx
@@ -13,6 +13,7 @@ import { Button } from "@material-ui/core";
13
import DropdownItem from "react-bootstrap/DropdownItem";
14
import React from "react";
15
import InsertPhotoIcon from "@material-ui/icons/InsertPhoto";
16
+import SettingsIcon from '@material-ui/icons/Settings';
17
18
const languages = {
19
py: "python",
@@ -194,7 +195,7 @@ export default function EditorTabs({
194
195
className={styles.langButton}
196
onClick={() => setLangDropDown(!langDropDown)}
197
>
- <ArrowDownwardIcon />
198
+ <SettingsIcon />
199
</Button>
200
{langDropDown ? (
201
<div className={styles.langParent}>
0 commit comments