From 31b72c060053385903685254458e06670ab98379 Mon Sep 17 00:00:00 2001 From: Jeong Arm Date: Tue, 4 Nov 2025 19:35:50 +0900 Subject: [PATCH] [Glitch] Reverse 'Hide/Show all' eye icon for thread view Port b999a626e5d3da99ce6bf50cf12dd13fb743c1dd to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/features/status/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/status/index.jsx b/app/javascript/flavours/glitch/features/status/index.jsx index 072842ed3a..1c2b00ce4a 100644 --- a/app/javascript/flavours/glitch/features/status/index.jsx +++ b/app/javascript/flavours/glitch/features/status/index.jsx @@ -624,7 +624,7 @@ class Status extends ImmutablePureComponent { showBackButton multiColumn={multiColumn} extraButton={( - + )} />