+ Bejelentkezés / Regisztráció
+
+ >
)}
{isLoggedIn && (
diff --git a/SerpentRace_Frontend/src/pages/Landing/Landingpage.jsx b/SerpentRace_Frontend/src/pages/Landing/Landingpage.jsx
index 50758c40..8ae5df29 100644
--- a/SerpentRace_Frontend/src/pages/Landing/Landingpage.jsx
+++ b/SerpentRace_Frontend/src/pages/Landing/Landingpage.jsx
@@ -19,6 +19,10 @@ export default function LandingPageMain() {
navigate("/register");
};
+ const handleNavigateToGame = () => {
+ navigate("/home");
+ };
+
return (
@@ -28,7 +32,7 @@ export default function LandingPageMain() {
-
+