summaryrefslogtreecommitdiffstats
path: root/web/react/components/login.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-23 22:46:16 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-23 22:46:16 +0500
commit66a92b15080b09fc4c8cf332ff46cd674a3e8d9f (patch)
tree110d038d8467e138947ccd1ec85671febf3c3fed /web/react/components/login.jsx
parent1580aa935bdb29943df2185709ec05c8914178ce (diff)
downloadchat-66a92b15080b09fc4c8cf332ff46cd674a3e8d9f.tar.gz
chat-66a92b15080b09fc4c8cf332ff46cd674a3e8d9f.tar.bz2
chat-66a92b15080b09fc4c8cf332ff46cd674a3e8d9f.zip
Ui Improvements
Diffstat (limited to 'web/react/components/login.jsx')
-rw-r--r--web/react/components/login.jsx10
1 files changed, 4 insertions, 6 deletions
diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx
index 380790b8f..581b8e0b5 100644
--- a/web/react/components/login.jsx
+++ b/web/react/components/login.jsx
@@ -101,12 +101,10 @@ export default class Login extends React.Component {
<div>
{loginMessage}
<div className='or__container'>
- <span>
- <FormattedMessage
- id='login.or'
- defaultMessage='or'
- />
- </span>
+ <FormattedMessage
+ id='login.or'
+ defaultMessage='or'
+ />
</div>
</div>
);