diff --git a/src/components/copy.tsx b/src/components/copy.tsx
index 522aa194..0aa250bb 100644
--- a/src/components/copy.tsx
+++ b/src/components/copy.tsx
@@ -32,7 +32,7 @@ const Copy = ({ text }: { text: string }) => {
};
return (
-
+
{
@@ -261,8 +262,9 @@ const Other = ({
{
setSystemConfig({ ...systemConfig, cronConcurrency: value });
}}