summaryrefslogtreecommitdiffstats
path: root/web/react/components/navbar.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-25 09:54:25 -0700
committerCorey Hulen <corey@hulen.com>2015-09-25 09:54:25 -0700
commit30bc17a7400ee964b8d7648ad3c782abdae72cc6 (patch)
tree967b68f2106cbccfda9be6615beea7d20c3380b2 /web/react/components/navbar.jsx
parentf75475d3d053b6f9c4f28de2823302f439f3aec3 (diff)
parentad346f8734f5419067c4988f118281955516a356 (diff)
downloadchat-30bc17a7400ee964b8d7648ad3c782abdae72cc6.tar.gz
chat-30bc17a7400ee964b8d7648ad3c782abdae72cc6.tar.bz2
chat-30bc17a7400ee964b8d7648ad3c782abdae72cc6.zip
Merge pull request #808 from mattermost/fixing-redirect2
fixing more redirect places
Diffstat (limited to 'web/react/components/navbar.jsx')
-rw-r--r--web/react/components/navbar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/navbar.jsx b/web/react/components/navbar.jsx
index da9874b0b..bdb50cd9e 100644
--- a/web/react/components/navbar.jsx
+++ b/web/react/components/navbar.jsx
@@ -262,7 +262,7 @@ export default class Navbar extends React.Component {
return (
<div className='navbar-brand'>
<a
- href='/'
+ href={TeamStore.getCurrentTeamUrl() + '/channels/town-square'}
className='heading'
>
{channelTitle}