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