Fix incorrect URLs

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

View File

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