diff options
-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/>} /> |