-
- {isAuthenticated ? (
- <>
- {user && (
- setDropdownOpen(false)}
- >
-
-
- )}
- setDropdownOpen(false)}
- >
-
-
- {user.tipo === "psicologo" && (
- setDropdownOpen(false)}
- >
-
-
- )}
-
- >
- ) : (
- <>
- >
- )}
-
-
>
diff --git a/frontend/src/components/landingpage/Hero.jsx b/frontend/src/components/landingpage/Hero.jsx
index 5de9370..fc56e75 100644
--- a/frontend/src/components/landingpage/Hero.jsx
+++ b/frontend/src/components/landingpage/Hero.jsx
@@ -40,7 +40,7 @@ export default function Hero() {
{!isAuthenticated ? (