diff --git a/frontend-next/src/app/app/page.js b/frontend-next/src/app/app/page.js index 75d60e3..c057526 100644 --- a/frontend-next/src/app/app/page.js +++ b/frontend-next/src/app/app/page.js @@ -5,6 +5,7 @@ import { auth, database } from "../../../firebase-config"; import { ref, onValue } from "firebase/database"; import { useAuthState } from "react-firebase-hooks/auth" import { useGeolocated } from "react-geolocated"; +import Link from "next/link" // Header Import import { Header } from "../../components/app/header"; diff --git a/frontend-next/src/app/login/page.js b/frontend-next/src/app/login/page.js index 29885e0..f6b287d 100644 --- a/frontend-next/src/app/login/page.js +++ b/frontend-next/src/app/login/page.js @@ -46,9 +46,9 @@ function Login() {
-
+
Chat with friends!
-
+
Chat with friends!
-
+
diff --git a/frontend-next/src/components/app/profile/ProfileRoom.js b/frontend-next/src/components/app/profile/ProfileRoom.js
index 80e6268..799c8cc 100644
--- a/frontend-next/src/components/app/profile/ProfileRoom.js
+++ b/frontend-next/src/components/app/profile/ProfileRoom.js
@@ -1,4 +1,5 @@
import { Geo } from "../map/geo";
+import Link from "next/link"
import { dateOptions } from "../datatypes";
// Display of Rooms on user profile
@@ -18,14 +19,14 @@ export function ProfileRoom({ room }) {