From ab645e3eeee022530d96b51fac0cd5b136395eab Mon Sep 17 00:00:00 2001 From: hanyd Date: Sun, 8 Sep 2024 13:09:07 +0800 Subject: [PATCH] Fix play buttons order --- src/components/PlayerButtonComponent.tsx | 33 ++++++++++++------------ 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/components/PlayerButtonComponent.tsx b/src/components/PlayerButtonComponent.tsx index e709fa32..d54ea8cb 100644 --- a/src/components/PlayerButtonComponent.tsx +++ b/src/components/PlayerButtonComponent.tsx @@ -72,19 +72,11 @@ export function PlayerButtonGroupComponent({ > - - + + + );