diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index d71fcad..6d34524 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -2,6 +2,8 @@ import { useAuth } from "react-oidc-context";
import "./App.css";
import Footer from "./Components/Footer";
import Navbar from "./Components/Navbar/Navbar";
+import LandingPage from "./Components/LandingPage";
+
function App() {
const auth = useAuth();
@@ -34,7 +36,7 @@ function App() {
);
}
- return [, ];
+ return [, ,];
}
export default App;
diff --git a/frontend/src/Components/LandingPage.tsx b/frontend/src/Components/LandingPage.tsx
index 91ce4aa..8c5c3b0 100644
--- a/frontend/src/Components/LandingPage.tsx
+++ b/frontend/src/Components/LandingPage.tsx
@@ -13,7 +13,6 @@ const LandingPage = () => {
return (
-
diff --git a/frontend/src/Components/Navbar/Navbar.tsx b/frontend/src/Components/Navbar/Navbar.tsx
index 5fdccd3..2ac2ae5 100644
--- a/frontend/src/Components/Navbar/Navbar.tsx
+++ b/frontend/src/Components/Navbar/Navbar.tsx
@@ -114,13 +114,14 @@ const Navbar = () => {
-
+
>
) : (