diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-15 01:02:01 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-15 01:05:49 +0800 |
commit | c145349af0fa4566fe884491aa75fb0953835432 (patch) | |
tree | 0046d5fb82af7ceb0f32c9925d0a008d2518ec5f /packages/website | |
parent | df445eb53c529e8717d52fee0e5bf78b87cb4e42 (diff) | |
download | dexon-sol-tools-c145349af0fa4566fe884491aa75fb0953835432.tar dexon-sol-tools-c145349af0fa4566fe884491aa75fb0953835432.tar.gz dexon-sol-tools-c145349af0fa4566fe884491aa75fb0953835432.tar.bz2 dexon-sol-tools-c145349af0fa4566fe884491aa75fb0953835432.tar.lz dexon-sol-tools-c145349af0fa4566fe884491aa75fb0953835432.tar.xz dexon-sol-tools-c145349af0fa4566fe884491aa75fb0953835432.tar.zst dexon-sol-tools-c145349af0fa4566fe884491aa75fb0953835432.zip |
Replace launch kit icon
Diffstat (limited to 'packages/website')
-rw-r--r--[-rwxr-xr-x] | packages/website/ts/@next/icons/illustrations/launchKit.svg | 2 | ||||
-rw-r--r-- | packages/website/ts/@next/pages/launch_kit.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/@next/icons/illustrations/launchKit.svg b/packages/website/ts/@next/icons/illustrations/launchKit.svg index 19cb9dc5a..fa11584af 100755..100644 --- a/packages/website/ts/@next/icons/illustrations/launchKit.svg +++ b/packages/website/ts/@next/icons/illustrations/launchKit.svg @@ -14,5 +14,5 @@ <rect width="39" height="18" transform="matrix(1 0 0 -1 84 79)" stroke="#00AE99" stroke-width="3"/> <rect width="39" height="18" transform="matrix(1 0 0 -1 155 79)" stroke="#00AE99" stroke-width="3"/> <path d="M217 94V61H250M217 94L250 61M217 94H250V61M217 94V241.125M250 61H333M333 61H343V251H217V241.125M333 61V241.125H217" stroke="#00AE99" stroke-width="3"/> -<path d="M276.5 252L217.5 343H343L276.5 252Z" stroke="#00AE99" stroke-width="3"/> +<path d="M275.825 252L218 343H341L275.825 252Z" stroke="#00AE99" stroke-width="3"/> </svg> diff --git a/packages/website/ts/@next/pages/launch_kit.tsx b/packages/website/ts/@next/pages/launch_kit.tsx index 24e75765b..e9684246d 100644 --- a/packages/website/ts/@next/pages/launch_kit.tsx +++ b/packages/website/ts/@next/pages/launch_kit.tsx @@ -46,7 +46,7 @@ export class NextLaunchKit extends React.PureComponent { isFullWidth={false} title="0x Launch Kit" description="Launch a relayer in under a minute" - figure={<Icon name="launchKit_versionB" size="hero" margin={['small', 0, 'small', 0]} />} + figure={<Icon name="launchKit" size="hero" margin={['small', 0, 'small', 0]} />} actions={<HeroActions/>} /> |