summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-08 09:38:08 -0700
committerCorey Hulen <corey@hulen.com>2015-10-08 09:38:08 -0700
commitd30a694d11a0a7ae3474674b8a1a0e3472d4eae1 (patch)
treefb3b408269d7c6de3c49e487d75d6374c7bfdf3a /web/react
parent7a601afc64c20ce566efc59ed9f42f89fac3d26b (diff)
parentb7897ac331f3abdd0386a43d64c9cb034a178463 (diff)
downloadchat-d30a694d11a0a7ae3474674b8a1a0e3472d4eae1.tar.gz
chat-d30a694d11a0a7ae3474674b8a1a0e3472d4eae1.tar.bz2
chat-d30a694d11a0a7ae3474674b8a1a0e3472d4eae1.zip
Merge pull request #979 from mattermost/it33-patch-1
Removing unneeded <br> in welcome text
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/post_list.jsx8
1 files changed, 2 insertions, 6 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 6741a9bdd..d2bab4902 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -379,13 +379,9 @@ export default class PostList extends React.Component {
<p className='channel-intro__content'>
Welcome to {channel.display_name}!
<br/><br/>
- This is the first channel teammates see when they
- <br/>
- sign up - use it for posting updates everyone needs to know.
+ This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.
<br/><br/>
- To create a new channel or join an existing one, go to
- <br/>
- the Left Hand Sidebar under “Channels” and click “More…”.
+ To create a new channel or join an existing one, go to the Left Sidebar under “Channels” and click “More…”.
<br/>
</p>
</div>