* fix button dimensions * fix footer hover color * breakout in trace component * fix padding on button on small screens * fix title with content on small screens * sizing adjustment in intro component * intro component adjustments * container size adjustments * meta og images * fixed gutter size * trace component fix + breakout fix * show copy button if touch device * responsive hero animation
18 lines
448 B
TypeScript
18 lines
448 B
TypeScript
import Icon from 'ts/icons/logos/trace.svg';
|
|
|
|
export default {
|
|
title: 'sol-trace',
|
|
name: 'trace',
|
|
subtitle: 'Human-readable stack traces',
|
|
tagline: 'Immediately locate Solidity errors and rapidly debug failed transactions',
|
|
icon: Icon,
|
|
colors: {
|
|
main: '#4F76FF',
|
|
secondary: '#CDD8FF',
|
|
secondary_alt: '#BFCDFF',
|
|
type: '#7090FF',
|
|
type_alt: '#355CE5',
|
|
dark: '#2A4ABC',
|
|
},
|
|
};
|