From fa7ce963f5c09691e48792d4f649ce56f4bd8dcf Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 10 Feb 2026 14:40:05 +0000 Subject: [PATCH] Remove 'Markdown supported' text from channel input footer Removed the markdown hint text that was displayed in the channel/DM input area footer. https://claude.ai/code/session_01JQR9D8VPTGMFVJFVXKR5C21 --- .../middle-content/page-views/channel/ChannelInputFooter.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/web/src/components/layout/middle-content/page-views/channel/ChannelInputFooter.tsx b/apps/web/src/components/layout/middle-content/page-views/channel/ChannelInputFooter.tsx index ca2201930..49274ef29 100644 --- a/apps/web/src/components/layout/middle-content/page-views/channel/ChannelInputFooter.tsx +++ b/apps/web/src/components/layout/middle-content/page-views/channel/ChannelInputFooter.tsx @@ -219,11 +219,6 @@ export function ChannelInputFooter({ Attach file )} - - {/* Markdown hint */} - - Markdown supported - );