From 38e6939edcd70c3b4e1806f81bc65199b26eef49 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 22 Jan 2026 09:05:17 +0000 Subject: [PATCH] Remove "Publishing..." text from POST view Removed the "Publishing..." text from the Publish button during posting, keeping only the loading spinner icon for a cleaner UI. --- src/components/PostViewer.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/PostViewer.tsx b/src/components/PostViewer.tsx index 149787e..baf8988 100644 --- a/src/components/PostViewer.tsx +++ b/src/components/PostViewer.tsx @@ -689,10 +689,7 @@ export function PostViewer({ windowId }: PostViewerProps = {}) { className="gap-2 w-32" > {isPublishing ? ( - <> - - Publishing... - + ) : ( <>