From 1d2080ffaf918bccd590c4bf83c80345639c2ddd Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Tue, 15 Jan 2019 10:41:44 -0800 Subject: [PATCH] Fix protonvpn image --- config/vpn.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config/vpn.js b/config/vpn.js index 7b74f99..4b0ef59 100644 --- a/config/vpn.js +++ b/config/vpn.js @@ -57,14 +57,16 @@ export default { }, { name: 'ProtonVPN', - image: '/static/img/protonvpn.png', + image: '/static/img/protonvpn.jpg', url: 'https://www.protonvpn.com/', sources: { windows: 'https://protonvpn.com/download/', macos: 'https://protonvpn.com/download/', - ios: 'https://itunes.apple.com/us/app/protonvpn-fast-secure-vpn/id1437005085', - android: 'https://play.google.com/store/apps/details?id=com.protonvpn.android', - linux: 'https://protonvpn.com/download/#dl-clients' + ios: + 'https://itunes.apple.com/us/app/protonvpn-fast-secure-vpn/id1437005085', + android: + 'https://play.google.com/store/apps/details?id=com.protonvpn.android', + linux: 'https://protonvpn.com/download/#dl-clients', }, }, ],