Update Stats.jsx (#773)

* Update Stats.jsx

Adds fix for stats control arrows direction swap
This commit is contained in:
drnikcuk 2025-12-22 23:33:26 +00:00 committed by GitHub
parent c7590d204e
commit eea84cfd8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -481,8 +481,8 @@ const VODCard = ({ vodContent, stopVODClient }) => {
size={16}
style={{
transform: isClientExpanded
? 'rotate(180deg)'
: 'rotate(0deg)',
? 'rotate(0deg)'
: 'rotate(180deg)',
transition: 'transform 0.2s',
}}
/>