summaryrefslogtreecommitdiffstats
path: root/web/react/components/center_panel.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-04 08:48:11 -0800
committerCorey Hulen <corey@hulen.com>2015-12-04 08:48:11 -0800
commit1d67f26664f8cf98f52433ef8b081b6fb485eadb (patch)
tree04ae12ae8b1d75720f22c9d381985cd8cbe51651 /web/react/components/center_panel.jsx
parent622fbc67402fe36bc01163a5a80643a15758e094 (diff)
parent38a0c5dd761fed5d82b26614447d238628bee6e1 (diff)
downloadchat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.tar.gz
chat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.tar.bz2
chat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.zip
Merge pull request #1617 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/react/components/center_panel.jsx')
-rw-r--r--web/react/components/center_panel.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/center_panel.jsx b/web/react/components/center_panel.jsx
index 848e8952e..a1043431d 100644
--- a/web/react/components/center_panel.jsx
+++ b/web/react/components/center_panel.jsx
@@ -71,7 +71,8 @@ export default class CenterPanel extends React.Component {
href=''
onClick={handleClick}
>
- {'You are viewing the Archives. Click here to jump to recent messages.'}
+ {'You are viewing the Archives. Click here to jump to recent messages. '}
+ {<i className='fa fa-arrow-down'></i>}
</a>
</div>
);