aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-12-06 07:26:27 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-12-06 07:26:27 +0800
commitc282c2fcc40b6efbac7c91c3d17b204756359a26 (patch)
tree28bd747bc6cb7c3910ff47abc8264f8b6f350022 /packages/website/ts/pages
parentea6547cb75ca8579f49e2afd7fb25bee9db5b2ed (diff)
downloaddexon-sol-tools-c282c2fcc40b6efbac7c91c3d17b204756359a26.tar
dexon-sol-tools-c282c2fcc40b6efbac7c91c3d17b204756359a26.tar.gz
dexon-sol-tools-c282c2fcc40b6efbac7c91c3d17b204756359a26.tar.bz2
dexon-sol-tools-c282c2fcc40b6efbac7c91c3d17b204756359a26.tar.lz
dexon-sol-tools-c282c2fcc40b6efbac7c91c3d17b204756359a26.tar.xz
dexon-sol-tools-c282c2fcc40b6efbac7c91c3d17b204756359a26.tar.zst
dexon-sol-tools-c282c2fcc40b6efbac7c91c3d17b204756359a26.zip
feat: change New notification to point to instant
Diffstat (limited to 'packages/website/ts/pages')
-rw-r--r--packages/website/ts/pages/landing/landing.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/pages/landing/landing.tsx b/packages/website/ts/pages/landing/landing.tsx
index bb76efe21..d7ed0524c 100644
--- a/packages/website/ts/pages/landing/landing.tsx
+++ b/packages/website/ts/pages/landing/landing.tsx
@@ -36,8 +36,8 @@ interface Project {
}
const THROTTLE_TIMEOUT = 100;
-const WHATS_NEW_TITLE = 'Introducing the 0x Launch Kit';
-const WHATS_NEW_URL = 'https://blog.0xproject.com/introducing-the-0x-launch-kit-4acdc3453585';
+const WHATS_NEW_TITLE = 'Introducing 0x Instant';
+const WHATS_NEW_URL = WebsitePaths.Instant;
const TITLE_STYLE: React.CSSProperties = {
fontFamily: 'Roboto Mono',
color: colors.grey,