From cecf4709f16756b8a77b8718d6c5e244ef687ef6 Mon Sep 17 00:00:00 2001 From: Rahul Vyas Date: Wed, 19 Nov 2025 19:30:43 +0530 Subject: [PATCH] fixing the text collasp in pop up --- Frontend/src/components/collaboration-hub/CreatorMatchCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/components/collaboration-hub/CreatorMatchCard.tsx b/Frontend/src/components/collaboration-hub/CreatorMatchCard.tsx index e50317b..4fc4ab7 100644 --- a/Frontend/src/components/collaboration-hub/CreatorMatchCard.tsx +++ b/Frontend/src/components/collaboration-hub/CreatorMatchCard.tsx @@ -109,7 +109,7 @@ export const CreatorMatchCard: React.FC = ({ {requestSent && ( -
Request Sent!
+
Request Sent!
)}