From b1c7497d0552b4abd796e82a166d55faa90a030f Mon Sep 17 00:00:00 2001
From: ArchiveBase <46082456+ArchiveBase@users.noreply.github.com>
Date: Wed, 6 Nov 2019 16:00:12 +0700
Subject: [PATCH] + client: add ebay icon

---
 client/src/components/ui/Icons.js | Bin 32583 -> 33177 bytes
 client/src/helpers/constants.js   |  12 ++++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js
index 52d07ac25e363fac1823432dffd7b51c73fdc689..aaf8afc509c81743a624fe5a9cd308c6a3be75fa 100644
GIT binary patch
delta 465
zcmZutyGjI63`HwjTP+OJ8*h^P1a}IzSqt0kcX44976oP0X{NB>W-9-|La_1+to<P|
z^AZ;<F1g{HoO6=T@12+D-M5W9SS=S%8I)J6hqIf<NoK$Racp1nm0#D%p%(!g(ULEO
zFtRV5!)SQcV^wyNpWZI+3%HzQ7v6%IS{<_b0WlaT09i~N#!dt|N)a%Kor(%O21-cD
zf=!r+po2iALfw+?*rBtUiO_l&ny#clC52XU^ofk(yxO;6s<jujNYLAs<d8&WDoFDo
z39(n(Sgj2NgGt<6x9=EbeawO(axrqYmTg7;KTV5lA4W8k4}aLY?|8@_+vaO(=lSq=
WfYAgR2Rg9XKf>lU-+SM<kMkdOnr@o_

delta 14
WcmbQ)%yj%8<Ay%d%@53XdIA77tOq0j

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