diff options
Diffstat (limited to 'packages/dev-tools-pages/ts/pages')
-rw-r--r-- | packages/dev-tools-pages/ts/pages/Compiler.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/ts/pages/Compiler.tsx b/packages/dev-tools-pages/ts/pages/Compiler.tsx index d2c14c90c..2cb232c8c 100644 --- a/packages/dev-tools-pages/ts/pages/Compiler.tsx +++ b/packages/dev-tools-pages/ts/pages/Compiler.tsx @@ -19,7 +19,7 @@ function Compiler() { <ContentBlock main title="Get started" /> <ContentBlock title="Install"> <Breakout> - <Code>npm install @0x/sol-compiler --g</Code> + <Code copy>npm install @0x/sol-compiler --g</Code> </Breakout> </ContentBlock> |