From 25e6e9aca7be87541bfc396f2c53e3ed316e834d Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 4 Nov 2015 00:50:56 +0500 Subject: UI Improvements for multiple tickets --- web/react/components/signup_team.jsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'web/react/components/signup_team.jsx') diff --git a/web/react/components/signup_team.jsx b/web/react/components/signup_team.jsx index 37760a2a2..516765a3f 100644 --- a/web/react/components/signup_team.jsx +++ b/web/react/components/signup_team.jsx @@ -46,7 +46,7 @@ export default class TeamSignUp extends React.Component { } else { teamListing = (
-

{'Choose a Team'}

+

{'Choose a Team'}

{ this.props.teams.map((team) => { @@ -58,19 +58,18 @@ export default class TeamSignUp extends React.Component { -
- {team.display_name} -
+ {team.display_name} +
); }) }
+

{'Or Create a Team'}

); } -- cgit v1.2.3-1-g7c22