mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 16:25:52 +08:00
fix(onboarding): Switch images into appropriate places
This commit is contained in:
parent
11a7472aa8
commit
c41dade912
1 changed files with 4 additions and 4 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue