From e32af02dbb50cd01b9fe8cf1001f892d0f03029a Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Mon, 14 Jan 2019 10:22:51 -0800 Subject: [PATCH] Add offer to both 1p locations --- components/ChecklistItem/style.js | 2 +- config/twoFactor.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/ChecklistItem/style.js b/components/ChecklistItem/style.js index 2672d48..ebce01a 100644 --- a/components/ChecklistItem/style.js +++ b/components/ChecklistItem/style.js @@ -353,7 +353,7 @@ export const OfferContainer = styled.a` background: ${theme.bg.default}; padding: 8px 16px; position: relative; - margin-top: 8px; + margin-top: 4px; margin-bottom: 8px; font-size: 14px; font-weight: 500; diff --git a/config/twoFactor.js b/config/twoFactor.js index 1a14a6c..62895c1 100644 --- a/config/twoFactor.js +++ b/config/twoFactor.js @@ -14,6 +14,10 @@ export default { name: '1Password', image: '/static/img/1password.jpg', url: 'https://1password.com/', + offer: { + label: 'Sign up with Security Checklist to get 3 months free', + url: 'https://start.1password.com/sign-up/family?c=SECURELIST-FJN7FIKQ', + }, sources: { windows: 'https://1password.com/downloads/windows/', macos: 'https://1password.com/downloads/mac/',