From eeb3eb4947a34331bb8dd97ef673149182334c54 Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Thu, 8 Mar 2018 12:57:34 -0800 Subject: [PATCH] Adding thumb icon --- server/src/message-service/MS.js | 2 +- website/src/assets/icons/thumb.svg | 14 ++++++++++++++ website/src/ui/Icon.js | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 website/src/assets/icons/thumb.svg diff --git a/server/src/message-service/MS.js b/server/src/message-service/MS.js index a321097..aba730c 100644 --- a/server/src/message-service/MS.js +++ b/server/src/message-service/MS.js @@ -95,7 +95,7 @@ export class MS { } } - // Used for intra-service requests, such as when generating packages + // Used for intra-service requests async request(exchangeName, msgType, msg, correlationId) { const channel = await this.connection.createChannel() await channel.checkExchange(exchangeName) diff --git a/website/src/assets/icons/thumb.svg b/website/src/assets/icons/thumb.svg new file mode 100644 index 0000000..a7b5a91 --- /dev/null +++ b/website/src/assets/icons/thumb.svg @@ -0,0 +1,14 @@ + + + + thumb + Created with Sketch. + + + + + + + + + \ No newline at end of file diff --git a/website/src/ui/Icon.js b/website/src/ui/Icon.js index 10a0b40..4999560 100644 --- a/website/src/ui/Icon.js +++ b/website/src/ui/Icon.js @@ -18,6 +18,7 @@ export default class Icon extends Component { static svgs = { logout: require('icons/logout.svg'), + thumb: require('icons/thumb.svg'), profile: require('icons/profile.svg'), admin: require('icons/admin.svg'), hand: require('icons/hand.svg'),