Fix button order in DashboardWindowButtons component for consistent window management display
This commit is contained in:
parent
d0345fd7f3
commit
1b77428a8a
@ -54,8 +54,8 @@ const DashboardWindowButtons = () => {
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
{maximizeButton}
|
||||
{minimizeButton}
|
||||
{maximizeButton}
|
||||
{closeButton}
|
||||
</>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user