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',