diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx index 70fb8ed..4cc84b4 100644 --- a/client/src/pages/Home.tsx +++ b/client/src/pages/Home.tsx @@ -79,17 +79,17 @@ export default function Home() { /> + + {isAuthenticated && user ? ( <> - - + )} - - diff --git a/client/src/pages/Landing.tsx b/client/src/pages/Landing.tsx index db0d46f..fdbea62 100644 --- a/client/src/pages/Landing.tsx +++ b/client/src/pages/Landing.tsx @@ -5,7 +5,7 @@ import { Dialog, DialogContent, DialogHeader, DialogTitle } from "@/components/u import { useToast } from "@/hooks/use-toast"; import { apiRequest, queryClient } from "@/lib/queryClient"; import { useMutation } from "@tanstack/react-query"; -import { Search, Settings } from "lucide-react"; +import { Search, Settings, User } from "lucide-react"; import MainContent from "@/components/MainContent"; export default function Landing() { @@ -85,14 +85,13 @@ export default function Landing() {
-
+
SAPIENS - Nostra
@@ -109,18 +108,18 @@ export default function Landing() {