diff --git a/src/App.jsx b/src/App.jsx
index 3b825a1..bff1d1e 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -2,9 +2,7 @@ import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
import Editor from "./pages/Editor";
import Survey from "./pages/Survey";
import BugReport from "./pages/BugReport";
-import SignUp from "./pages/Signup";
import Shortcuts from "./pages/Shortcuts";
-import Login from "./pages/Login";
import Templates from "./pages/Templates";
import Home from "./pages/Home";
import { CookiesProvider } from "react-cookie";
@@ -19,8 +17,6 @@ function App() {
} />
} />
} />
- } />
- } />
} />
diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
index fc24522..5cad0fc 100644
--- a/src/components/Navbar.jsx
+++ b/src/components/Navbar.jsx
@@ -15,37 +15,23 @@ export default function Navbar() {
-
+
Features
Editor
Templates
-
- Download
-
-
-
- Log in
-
-
- Sign up
-
-