From d468daac76e1a0d5d4d453c35cd0fe136bde327e Mon Sep 17 00:00:00 2001 From: ArchiveBase <46082456+ArchiveBase@users.noreply.github.com> Date: Tue, 5 Nov 2019 16:40:06 +0700 Subject: [PATCH] + client: add amazon icon --- client/src/components/ui/Icons.js | 4 ++++ client/src/helpers/constants.js | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js index 5ce84c65..52d07ac2 100644 --- a/client/src/components/ui/Icons.js +++ b/client/src/components/ui/Icons.js @@ -64,6 +64,10 @@ const Icons = () => ( + + + + diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index ca19818e..430355a1 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -233,6 +233,10 @@ export const CLIENT_ID = { export const SETTINGS_URLS = ['/encryption', '/dhcp', '/dns', '/settings', '/clients']; export const SERVICES = [ + { + id: 'amazon', + name: 'Amazon', + }, { id: 'facebook', name: 'Facebook',