summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_export_tab.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-09 21:26:15 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-09 21:26:15 +0500
commitc5ce2fe933996c718522fb260c7a5a1bf3c63148 (patch)
treef5806eb07532d1e2ef3b425de0ec451d95526c78 /web/react/components/team_export_tab.jsx
parent407b6af7a0be2abcdbf8541a071e17741eca0910 (diff)
downloadchat-c5ce2fe933996c718522fb260c7a5a1bf3c63148.tar.gz
chat-c5ce2fe933996c718522fb260c7a5a1bf3c63148.tar.bz2
chat-c5ce2fe933996c718522fb260c7a5a1bf3c63148.zip
MM-1825 - Improving UI for settings
Diffstat (limited to 'web/react/components/team_export_tab.jsx')
-rw-r--r--web/react/components/team_export_tab.jsx16
1 files changed, 7 insertions, 9 deletions
diff --git a/web/react/components/team_export_tab.jsx b/web/react/components/team_export_tab.jsx
index 1bc5abdb1..2914904ad 100644
--- a/web/react/components/team_export_tab.jsx
+++ b/web/react/components/team_export_tab.jsx
@@ -75,15 +75,13 @@ export default class TeamExportTab extends React.Component {
<li className='col-xs-offset-3 col-xs-8'>
<ul className='setting-list'>
<li className='setting-list-item'>
- <span className='btn btn-sm btn-primary btn-file sel-btn'>
- <a
- className='btn btn-sm btn-primary'
- href='#'
- onClick={this.doExport}
- >
- {'Export'}
- </a>
- </span>
+ <a
+ className='btn btn-sm btn-primary btn-file sel-btn'
+ href='#'
+ onClick={this.doExport}
+ >
+ {'Export'}
+ </a>
</li>
</ul>
</li>