From 1d8c05470837d14daad52a0e7becd477a3b3b215 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Fri, 7 Feb 2020 10:07:56 -0800 Subject: [PATCH] Reorder --- config/email.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/config/email.js b/config/email.js index 2678254..6fe93f2 100644 --- a/config/email.js +++ b/config/email.js @@ -4,20 +4,6 @@ export default { description: `You should use an email provider that doesn’t read your email or gather data about your conversations to target you with ads. `, apps: [ - { - name: 'Mailfence', - image: '/static/img/mailfence.png', - url: 'https://mailfence.com/', - sources: { - windows: 'https://mailfence.com', - macos: 'https://mailfence.com', - ios: - 'https://mailfence.com/m/', - android: - 'https://mailfence.com/m/', - linux: 'https://mailfence.com', - }, - }, { name: 'FastMail', image: '/static/img/fastmail.jpg', @@ -46,6 +32,20 @@ export default { linux: 'https://protonmail.com/', }, }, + { + name: 'Mailfence', + image: '/static/img/mailfence.png', + url: 'https://mailfence.com/', + sources: { + windows: 'https://mailfence.com', + macos: 'https://mailfence.com', + ios: + 'https://mailfence.com/m/', + android: + 'https://mailfence.com/m/', + linux: 'https://mailfence.com', + }, + }, { name: 'Tutanota', image: '/static/img/tutanota.jpg',