From ad33390bb6ac6c4b379b990984c4ba49b3e14915 Mon Sep 17 00:00:00 2001 From: Claude Code Assistant Date: Thu, 24 Jul 2025 10:37:42 +0100 Subject: [PATCH] Fix duplicate text on invitation page header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed redundant "Invite to {group name}" text - Now shows only group avatar, private chip, and personalized invite heading - Eliminates duplication like "Invite to Anyville Community Garden" + "Invite Sarah Johnson to Anyville Community Garden" 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/pages/InvitationPage.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/InvitationPage.tsx b/src/pages/InvitationPage.tsx index 9039f3b..534f540 100644 --- a/src/pages/InvitationPage.tsx +++ b/src/pages/InvitationPage.tsx @@ -242,9 +242,6 @@ const InvitationPage = () => { - - Invite to {group.name} - {group.isPrivate && ( )}