August Skare a4de585feb
Feature/colors (#5)
* fix color variables

* rename link var to type
2018-10-23 12:34:35 +01:00

15 lines
369 B
TypeScript

import Icon from 'ts/icons/logos/profiler.svg';
export default {
title: 'sol-profiler',
name: 'profiler',
subtitle: 'Gas profiling for Solidity',
tagline: "Implement data-guided optimizations by profiling your contrat's gas usage",
icon: Icon,
colors: {
main: '#FF7144',
secondary: '#FED7CB',
type: '#EB8666',
},
};