mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Update Stats.jsx (#773)
* Update Stats.jsx Adds fix for stats control arrows direction swap
This commit is contained in:
parent
c7590d204e
commit
eea84cfd8b
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue