From c24a5c5a9ac16fdb249656f0c238b8e44727123c Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 23 Mar 2016 16:56:30 -0400 Subject: Fixed unicode emoji not having a consistent size --- webapp/utils/constants.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webapp/utils') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 859348c73..28c9df60b 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -605,5 +605,6 @@ export default { MIN_PASSWORD_LENGTH: 5, MAX_PASSWORD_LENGTH: 50, TIME_SINCE_UPDATE_INTERVAL: 30000, - MIN_HASHTAG_LINK_LENGTH: 3 + MIN_HASHTAG_LINK_LENGTH: 3, + EMOJI_PATH: '/static/emoji' }; -- cgit v1.2.3-1-g7c22