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.
2 parents 0b0fe7d + ff85e32 commit 2c1012aCopy full SHA for 2c1012a
src/components/css/GithubSignIn.css
@@ -31,4 +31,4 @@
31
.github-sign-in-button:hover {
32
color: #f1f5f9;
33
}
34
- }
+ }
src/pages/EditorComponent.js
@@ -66,6 +66,7 @@ const OutputLayout = styled("div")(({ theme }) => ({
66
function EditorComponent() {
67
const [code, setCode] = useState(null);
68
const [output, setOutput] = useState([]);
69
+
70
const [currentLanguage, setCurrentLanguage] = useState(
71
LANGUAGES[0].DEFAULT_LANGUAGE
72
);
0 commit comments