diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js index 52d07ac2..aaf8afc5 100644 Binary files a/client/src/components/ui/Icons.js and b/client/src/components/ui/Icons.js differ diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index 430355a1..cd30e1bd 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -233,10 +233,6 @@ export const CLIENT_ID = { export const SETTINGS_URLS = ['/encryption', '/dhcp', '/dns', '/settings', '/clients']; export const SERVICES = [ - { - id: 'amazon', - name: 'Amazon', - }, { id: 'facebook', name: 'Facebook', @@ -281,6 +277,14 @@ export const SERVICES = [ id: 'skype', name: 'Skype', }, + { + id: 'amazon', + name: 'Amazon', + }, + { + id: 'ebay', + name: 'eBay', + }, { id: 'steam', name: 'Steam',