From 7999ab4a85473f256401fb33d3f69be27aa1623d Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Fri, 20 Sep 2024 11:14:32 +0200 Subject: [PATCH] fix(frontend): Swap expanded/retracted icons in diff explorer --- frontend/src/components/DiffExplorer.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/DiffExplorer.jsx b/frontend/src/components/DiffExplorer.jsx index 33f792c..08d3caf 100644 --- a/frontend/src/components/DiffExplorer.jsx +++ b/frontend/src/components/DiffExplorer.jsx @@ -108,12 +108,12 @@ export const DiffExplorer = ({ className="flex items-center"> {isExpanded ? ( <> - + ) : ( <> - + )}