Fix incorrect URLs

This commit is contained in:
Özenç Bilgili 2020-07-31 20:46:17 +03:00
parent be58bb7eeb
commit 95ffb696b4

View File

@ -136,7 +136,7 @@ const CONFIG = {
name: 'Spotify', name: 'Spotify',
key: 's', key: 's',
url: 'https://open.spotify.com/', url: 'https://open.spotify.com/',
search: '/search/{}' , search: '/search/{}',
color: '#1dd35e', color: '#1dd35e',
icon: 'spotify', icon: 'spotify',
quickLaunch: false, quickLaunch: false,
@ -162,6 +162,7 @@ const CONFIG = {
quickLaunch: false, quickLaunch: false,
}, },
{ {
category: 'Other', category: 'Other',
name: 'Reddit', name: 'Reddit',
@ -176,7 +177,7 @@ const CONFIG = {
category: 'Other', category: 'Other',
name: 'Twitter', name: 'Twitter',
key: 't', key: 't',
url: 'https://www.instagram.com/', url: 'https://www.twitter.com',
search: '/search?q={}&src=typed_query', search: '/search?q={}&src=typed_query',
color: 'linear-gradient(135deg, #1DA1F2, #19608F)', color: 'linear-gradient(135deg, #1DA1F2, #19608F)',
icon: 'twitter', icon: 'twitter',
@ -186,7 +187,7 @@ const CONFIG = {
category: 'Other', category: 'Other',
name: 'Instagram', name: 'Instagram',
key: 'i', key: 'i',
url: 'https://twitter.com', url: 'https://www.instagram.com',
color: 'linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)', color: 'linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)',
icon: 'instagram', icon: 'instagram',
quickLaunch: true, quickLaunch: true,