diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-08-18 08:56:24 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-08-18 08:56:24 -0400 |
commit | 4805608cc9cf79277f37b94bbe38398816469884 (patch) | |
tree | 167962b7f56a4213dc0c945b33ed446fac9c5891 /web/react/components/get_link_modal.jsx | |
parent | 390cb47ec37c0bbddb829cae9cefeb8e0e97b7a1 (diff) | |
parent | f68a8c8de3bbaf0179023e12da89c6f22f5b21a7 (diff) | |
download | chat-4805608cc9cf79277f37b94bbe38398816469884.tar.gz chat-4805608cc9cf79277f37b94bbe38398816469884.tar.bz2 chat-4805608cc9cf79277f37b94bbe38398816469884.zip |
Merge pull request #391 from asaadmahmoodspin/master
Multiple UI changes
Diffstat (limited to 'web/react/components/get_link_modal.jsx')
-rw-r--r-- | web/react/components/get_link_modal.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/get_link_modal.jsx b/web/react/components/get_link_modal.jsx index ea22ad0f3..a01b57b26 100644 --- a/web/react/components/get_link_modal.jsx +++ b/web/react/components/get_link_modal.jsx @@ -34,7 +34,7 @@ module.exports = React.createClass({ var copyLinkConfirm = null; if (this.state.copiedLink) { - copyLinkConfirm = <p className='copy-link-confirm'>Link copied to clipboard.</p>; + copyLinkConfirm = <p className='alert alert-success copy-link-confirm'><i className="fa fa-check"></i> Link copied to clipboard.</p>; } if (currentUser != null) { |