diff --git a/frontend/src/components/matches/MatchCard.jsx b/frontend/src/components/matches/MatchCard.jsx index 8a6a387..4ca6db6 100644 --- a/frontend/src/components/matches/MatchCard.jsx +++ b/frontend/src/components/matches/MatchCard.jsx @@ -12,7 +12,7 @@ const MatchCard = ({ match, onAccept, onReject, onOpenChat, processing }) => { const isAccepted = match.status === MATCH_STATUS.ACCEPTED; return ( -
+
diff --git a/frontend/src/pages/MatchesPage.jsx b/frontend/src/pages/MatchesPage.jsx index c4d4102..e587989 100644 --- a/frontend/src/pages/MatchesPage.jsx +++ b/frontend/src/pages/MatchesPage.jsx @@ -125,8 +125,8 @@ const MatchesPage = () => { const otherMatches = filteredMatches.filter(m => !(m.status === MATCH_STATUS.PENDING && !m.isInitiator)); return ( - -
+ +

Match Requests

@@ -135,7 +135,7 @@ const MatchesPage = () => {

{/* Filter Tabs */} -
+