fixing expand icon

This commit is contained in:
2025-11-18 13:37:11 -07:00
parent 890e08d1b2
commit 53c8422a5b
3 changed files with 46 additions and 18 deletions

View File

@@ -107,7 +107,7 @@ export default function ExpandableModule({
</ClientOnly>
<ExpandIcon
style={{
...(isExpanded ? { rotate: "-90deg" } : {}),
...(isExpanded ? { rotate: "90deg" } : {rotate: "180deg"}),
}}
/>
</div>