From d3265068a483877b454b508adebaffd700f1fea4 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 31 Jul 2025 21:07:12 +0200 Subject: [PATCH] Add message --- app/profiles/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/profiles/page.tsx b/app/profiles/page.tsx index c4cbb18b..37e538c7 100644 --- a/app/profiles/page.tsx +++ b/app/profiles/page.tsx @@ -124,13 +124,17 @@ export default function ProfilePage() { return (
-
+

People

Users: {totalUsers}
+
+ All the profiles are searchable, simply filter them below to find your best connections! +
+
{/* Filters Sidebar */}
{user.profile?.intellectualInterests && user.profile.intellectualInterests.length > 0 && (
- {user.profile.intellectualInterests.slice(0, 3).map(({interest}) => ( + {user.profile.intellectualInterests.slice(0, 10).map(({interest}) => ( {interest?.name}