Commit b71d31a0 authored by chechunchi's avatar chechunchi

fix small

parent 4565d966
Pipeline #19574 passed with stages
in 4 minutes and 13 seconds
...@@ -25,7 +25,7 @@ const Ep = () => { ...@@ -25,7 +25,7 @@ const Ep = () => {
dispatch(setEnableEp(false)); dispatch(setEnableEp(false));
}; };
return <Button2D text="ep" left={140} enable={enable} onClick={onClick} />; return <Button2D text="ep" left={200} enable={enable} onClick={onClick} />;
}; };
const Phase = () => ( const Phase = () => (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment