From c87f5827758bda4d81a5f19641dd79a6d07f2916 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 00:21:41 +0000 Subject: [PATCH] Add View profile button linking to MentorProfile cgen-fd32e793bd554f66bc97f636fa145c31 --- client/pages/community/MentorshipRequest.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/client/pages/community/MentorshipRequest.tsx b/client/pages/community/MentorshipRequest.tsx index afff1f79..a600fa23 100644 --- a/client/pages/community/MentorshipRequest.tsx +++ b/client/pages/community/MentorshipRequest.tsx @@ -272,9 +272,22 @@ export default function MentorshipRequest() { {typeof m.hourly_rate === "number" && (

Rate: ${m.hourly_rate}/hr

)} -
+
+