mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 13:45:27 -05:00
Closes #563
This commit is contained in:
@@ -47,7 +47,7 @@ const AvatarWithInfo: React.FC<AvatarWithInfoProps> = ({
|
||||
? ` ${motion > 0 ? "+" : ""}${motion} ${t`Motion`}`
|
||||
: "";
|
||||
|
||||
return `${stickSensString} ${motionSensString}`;
|
||||
return `${motionSensString} ${stickSensString}`;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user