diff --git a/components/workspace/cli.tsx b/components/workspace/cli.tsx index a720c51..651eae0 100644 --- a/components/workspace/cli.tsx +++ b/components/workspace/cli.tsx @@ -115,17 +115,19 @@ export default function Cli() { const { theme, systemTheme } = useTheme(); return ( - -

Welcome to AElf Playground.

-

Type help to see all commands.

- - } - /> +
+ +

Welcome to AElf Playground.

+

Type help to see all commands.

+
+ } + /> + ); } diff --git a/components/workspace/editor.tsx b/components/workspace/editor.tsx index 5ffca77..d52bd2f 100644 --- a/components/workspace/editor.tsx +++ b/components/workspace/editor.tsx @@ -67,12 +67,13 @@ export default function Editor({ defaultValue }: { defaultValue?: string }) { }, [debouncedValue, pathname]); return ( - +
+ +
); }