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 | 4 ++++
client/src/helpers/constants.js | 12 ++++++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js
index 52d07ac2..aaf8afc5 100644
--- a/client/src/components/ui/Icons.js
+++ b/client/src/components/ui/Icons.js
@@ -68,6 +68,10 @@ const Icons = () => (
+
+
+
+
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',