From 67ee23e4948491e311e09129aef4fea0329cd54d Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 23 Jul 2015 14:59:43 +0500 Subject: Placing SVGs into constants.jsx --- web/react/utils/constants.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/react/utils') diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx index 2249da0d3..77ce19530 100644 --- a/web/react/utils/constants.jsx +++ b/web/react/utils/constants.jsx @@ -82,5 +82,7 @@ module.exports = { MONTHS: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], MAX_DMS: 10, ONLINE_ICON_SVG: "", - OFFLINE_ICON_SVG: "" + OFFLINE_ICON_SVG: "", + MENU_ICON: " ", + COMMENT_ICON: " " }; -- cgit v1.2.3-1-g7c22