summaryrefslogtreecommitdiffstats
path: root/web/react/components/setting_item_min.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-09 22:32:21 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-09 22:32:21 +0500
commit1f5e43b38817b8c6a3b121d6bd4447411e135f5d (patch)
tree5b17b62b07236519308a6c4fa3c87b9bccf108bc /web/react/components/setting_item_min.jsx
parentc5ce2fe933996c718522fb260c7a5a1bf3c63148 (diff)
downloadchat-1f5e43b38817b8c6a3b121d6bd4447411e135f5d.tar.gz
chat-1f5e43b38817b8c6a3b121d6bd4447411e135f5d.tar.bz2
chat-1f5e43b38817b8c6a3b121d6bd4447411e135f5d.zip
Adding minor hover changes for settings
Diffstat (limited to 'web/react/components/setting_item_min.jsx')
-rw-r--r--web/react/components/setting_item_min.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/setting_item_min.jsx b/web/react/components/setting_item_min.jsx
index d6ccc106c..2c0fdf2f4 100644
--- a/web/react/components/setting_item_min.jsx
+++ b/web/react/components/setting_item_min.jsx
@@ -12,7 +12,8 @@ export default class SettingItemMin extends React.Component {
href='#'
onClick={this.props.updateSection}
>
- Edit
+ <i className='fa fa-pencil'/>
+ {'Edit'}
</a>
</li>
);