From 95ffb696b41f28f5959c45328e2cf96f4a7b33bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zen=C3=A7=20Bilgili?= Date: Fri, 31 Jul 2020 20:46:17 +0300 Subject: [PATCH] Fix incorrect URLs --- js/config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/js/config.js b/js/config.js index ba0cc7e..9335833 100644 --- a/js/config.js +++ b/js/config.js @@ -136,7 +136,7 @@ const CONFIG = { name: 'Spotify', key: 's', url: 'https://open.spotify.com/', - search: '/search/{}' , + search: '/search/{}', color: '#1dd35e', icon: 'spotify', quickLaunch: false, @@ -162,6 +162,7 @@ const CONFIG = { quickLaunch: false, }, + { category: 'Other', name: 'Reddit', @@ -176,7 +177,7 @@ const CONFIG = { category: 'Other', name: 'Twitter', key: 't', - url: 'https://www.instagram.com/', + url: 'https://www.twitter.com', search: '/search?q={}&src=typed_query', color: 'linear-gradient(135deg, #1DA1F2, #19608F)', icon: 'twitter', @@ -186,7 +187,7 @@ const CONFIG = { category: 'Other', name: 'Instagram', key: 'i', - url: 'https://twitter.com', + url: 'https://www.instagram.com', color: 'linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)', icon: 'instagram', quickLaunch: true,