diff --git a/.gitignore b/.gitignore index 4edfdee..32aea07 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ yarn-error.log* .env .env.build .vercel + +firebaseConfig.js diff --git a/package.json b/package.json index ae6b3fa..6177bee 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,13 @@ "@types/react": "^18.0.9", "@types/react-dom": "^18.0.3", "axios": "^0.27.2", + "bootstrap": "^5.2.3", + "firebase": "^9.15.0", "monaco-themes": "^0.4.1", "react": "^17.0.2", + "react-bootstrap": "^2.7.0", "react-dom": "^17.0.2", + "react-google-button": "^0.7.2", "react-scripts": "5.0.0", "react-select": "^5.3.1", "react-toastify": "^9.0.1", diff --git a/src/App.css b/src/App.css index 74b5e05..9d1dc96 100644 --- a/src/App.css +++ b/src/App.css @@ -36,3 +36,7 @@ transform: rotate(360deg); } } + +.authDiv { + margin-right: 40px; +} \ No newline at end of file diff --git a/src/components/CodeEditorWindow.js b/src/components/CodeEditorWindow.js index e8286d8..ccbf2fa 100644 --- a/src/components/CodeEditorWindow.js +++ b/src/components/CodeEditorWindow.js @@ -13,7 +13,7 @@ const CodeEditorWindow = ({ onChange, language, code, theme }) => { return (
{ return ( <> - {" "} + {/* {" "} */} +

+ Custom Input +