From c41dade91236e8dd96d0431fec3e0a972705e434 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 8 Jun 2016 14:10:09 -0700 Subject: [PATCH] fix(onboarding): Switch images into appropriate places --- internal_packages/onboarding/lib/page-tutorial.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal_packages/onboarding/lib/page-tutorial.jsx b/internal_packages/onboarding/lib/page-tutorial.jsx index 1ead34239..c566b09b2 100644 --- a/internal_packages/onboarding/lib/page-tutorial.jsx +++ b/internal_packages/onboarding/lib/page-tutorial.jsx @@ -15,9 +15,9 @@ const Steps = [ }, { seen: false, - id: 'read-receipts', + id: 'activity', title: 'Track activity', - image: 'feature-snooze@2x.png', + image: 'feature-activity@2x.png', description: "With activity tracking, you'll know as soon as someone reads your message. Sending to a group? We'll show which recipients opened your email, so you can follow up with precision.", x: 12.8, y: 1, @@ -28,7 +28,7 @@ const Steps = [ seen: false, id: 'snooze', title: 'Time is everything', - image: 'feature-activity@2x.png', + image: 'feature-snooze@2x.png', description: "Snooze emails to any time that suits you. Schedule emails to be sent at the ideal time. N1 makes it easy to control the fabric of spacetime.", x: 5.5, y: 23.3, @@ -37,7 +37,7 @@ const Steps = [ }, { seen: false, - id: 'composer-power', + id: 'composer', title: 'Composer Power', image: 'feature-composer@2x.png', description: "Use N1's powerful composer to embed calendar invitations, propose times to meet with recipients, insert templates, and more.",