diff --git a/.env b/.env
index ddf3a43..d44cade 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,2 @@
-#VITE_AUTH_URL="http://localhost:8080"
-VITE_AUTH_URL="https://byte-camp-auth-service.fly.dev"
\ No newline at end of file
+VITE_AUTH_URL="https://byte-camp-auth-service.fly.dev"
+VITE_ASSIGNMENT_URL="http://assignment-service.internal"
\ No newline at end of file
diff --git a/.env.development b/.env.development
index 7dc9c2c..7affb16 100644
--- a/.env.development
+++ b/.env.development
@@ -1,2 +1,2 @@
VITE_AUTH_URL="http://localhost:8080"
-#VITE_AUTH_URL="https://byte-camp-auth-service.fly.dev"
\ No newline at end of file
+VITE_ASSIGNMENT_URL="http://localhost:8082"
\ No newline at end of file
diff --git a/src/components/EditorPanel.jsx b/src/components/EditorPanel.jsx
index fadcc5d..d96b02e 100644
--- a/src/components/EditorPanel.jsx
+++ b/src/components/EditorPanel.jsx
@@ -4,12 +4,13 @@ import Editor from '@monaco-editor/react';
export default function EditorPanel({ code, onChange }) {
return (
diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
index 537cb27..3d39611 100644
--- a/src/components/Navbar.jsx
+++ b/src/components/Navbar.jsx
@@ -14,7 +14,7 @@ const Navbar = () => {
async function handleLogout() {
window.open(`${authUrl}/auth/logout`, "_self");
- };
+ }
useEffect(() => {
// Set active link based on current path
@@ -114,32 +114,21 @@ const Navbar = () => {
- {/* will be decided later of we shall keep NOTEBOOK or not */}
- {/*