From d8afe76aaf85ab238b2f383ebdd3d17b0c43bb03 Mon Sep 17 00:00:00 2001 From: tarafanlin <35607644+tarafanlin@users.noreply.github.com> Date: Thu, 29 Oct 2020 17:48:47 -0700 Subject: [PATCH] new feature announcement copy added --- components/core/OnboardingModal.js | 54 ++++++++++-------------------- 1 file changed, 17 insertions(+), 37 deletions(-) diff --git a/components/core/OnboardingModal.js b/components/core/OnboardingModal.js index 62630da7..88b52289 100644 --- a/components/core/OnboardingModal.js +++ b/components/core/OnboardingModal.js @@ -48,52 +48,32 @@ const STYLES_TEXT = css` padding: 0 64px; `; +const STYLES_LINK = css` + text-decoration: none; + color: ${Constants.system.white}; + + :visited { + color: ${Constants.system.white}; + } +`; + export const announcements = [ { - title: "New Feature", - text: "Organize files in grid layout", + title: "New On Slate: Grid System 2.0", + text: + "We just introduced a completely new layout engine that gives you total control over the way you can organize and display your slates.", image: ( grid layout ), button: ( - { - dispatchCustomEvent({ - name: "delete-modal", - detail: {}, - }); - }} - > - Got it - - ), - }, - { - title: "New Feature 2", - text: "Organize files in grid layout", - image: ( - grid layout - ), - button: ( - { - dispatchCustomEvent({ - name: "delete-modal", - detail: {}, - }); - }} - > - Got it + + + Try it out + ), },