diff options
Diffstat (limited to 'packages/dev-tools-pages/ts/context/compiler.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/context/compiler.tsx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/dev-tools-pages/ts/context/compiler.tsx b/packages/dev-tools-pages/ts/context/compiler.tsx deleted file mode 100644 index e4642c826..000000000 --- a/packages/dev-tools-pages/ts/context/compiler.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import Icon from 'ts/icons/logos/compiler.svg'; - -import { ContextInterface } from './index'; - -export const context: ContextInterface = { - title: 'sol-compiler', - name: 'compiler', - docLink: 'https://0x.org/docs/sol-compiler', - subtitle: 'Solidity compilation that just works', - tagline: 'Seamlessly compile an entire solidity project and generate customisable artifacts', - icon: Icon, - colors: { - main: '#1EADCD', - secondary: '#D1F4FC', - secondary_alt: '#C4F2FC', - type: '#30C3E3', - type_alt: '#16A9C9', - dark: '#4B818D', - }, -}; |