We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa5955 commit c3acdccCopy full SHA for c3acdcc
1 file changed
apps/fluux/src/components/RoomHeader.tsx
@@ -413,7 +413,7 @@ export function RoomHeader({
413
>
414
<Users className="w-4 h-4" />
415
<span className="text-sm font-medium">{uniqueOccupantCount}</span>
416
- <ChevronRight className={`w-4 h-4 transition-transform ${showOccupants ? 'rotate-180' : ''}`} />
+ <ChevronRight className={`w-4 h-4 transition-transform ${showOccupants ? '' : 'rotate-180'}`} />
417
</button>
418
</Tooltip>
419
0 commit comments