From 6a6a24d262917a6c69e3fc9918af93d8ae286eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zen=C3=A7=20Bilgili?= Date: Tue, 25 Aug 2020 22:45:21 +0300 Subject: [PATCH] Replace IMDb with Discord --- js/config.js | 59 ++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/js/config.js b/js/config.js index 5b5172a..589ed1f 100644 --- a/js/config.js +++ b/js/config.js @@ -32,15 +32,6 @@ const CONFIG = { icon: 'drive', quickLaunch: false, }, - { - category: 'General', - name: 'Notion', - key: 'ns', - url: 'https://www.notion.so', - color: 'linear-gradient(135deg, #FFF, #3F3F3F)', - icon: 'notion', - quickLaunch: true, - }, { category: 'General', name: 'Telegram', @@ -59,6 +50,15 @@ const CONFIG = { icon: 'whatsapp', quickLaunch: false, }, + { + category: 'General', + name: 'Discord', + key: 'dc', + url: 'https://discord.com/app', + color: '#7289da', + icon: 'discord', + quickLaunch: false, + }, { @@ -122,6 +122,16 @@ const CONFIG = { icon: 'youtube', quickLaunch: false, }, + { + category: 'Fun', + name: 'Reddit', + key: 'r', + url: 'https://reddit.com', + search: '/search?q={}', + color: 'linear-gradient(135deg, #FF8456, #FF4500)', + icon: 'reddit', + quickLaunch: false, + }, { category: 'Fun', name: 'Netflix', @@ -151,28 +161,8 @@ const CONFIG = { icon: 'twitch', quickLaunch: false, }, - { - category: 'Fun', - name: 'IMDb', - key: 'im', - url: 'https://imdb.com', - search: '/find?ref_=nv_sr_fn&q={}', - color: 'linear-gradient(135deg, #7A5F00, #E8B708)', - icon: 'imdb', - quickLaunch: false, - }, - - { - category: 'Other', - name: 'Reddit', - key: 'r', - url: 'https://reddit.com', - search: '/search?q={}', - color: 'linear-gradient(135deg, #FF8456, #FF4500)', - icon: 'reddit', - quickLaunch: false, - }, + { category: 'Other', name: 'Twitter', @@ -202,6 +192,15 @@ const CONFIG = { icon: 'linkedin', quickLaunch: true, }, + { + category: 'Other', + name: 'Notion', + key: 'ns', + url: 'https://www.notion.so', + color: 'linear-gradient(135deg, #FFF, #3F3F3F)', + icon: 'notion', + quickLaunch: true, + }, { category: 'Other', name: 'Translate',