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.
This commit is contained in:
Claude
2026-01-22 09:05:17 +00:00
parent 7b7b24d41a
commit 38e6939edc

View File

@@ -689,10 +689,7 @@ export function PostViewer({ windowId }: PostViewerProps = {}) {
className="gap-2 w-32"
>
{isPublishing ? (
<>
<Loader2 className="h-4 w-4 animate-spin" />
Publishing...
</>
<Loader2 className="h-4 w-4 animate-spin" />
) : (
<>
<Send className="h-4 w-4" />