diff options
Diffstat (limited to 'frontend/src/routes/teams/New.tsx')
| -rw-r--r-- | frontend/src/routes/teams/New.tsx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/frontend/src/routes/teams/New.tsx b/frontend/src/routes/teams/New.tsx index 2712cd5..ba00731 100644 --- a/frontend/src/routes/teams/New.tsx +++ b/frontend/src/routes/teams/New.tsx @@ -4,9 +4,7 @@ export default function New() { return ( <div> <h1>Albatross.swift</h1> - <h2> - Team New - </h2> + <h2>Team New</h2> <Form method="post"> <label>Team name</label> <input type="text" name="name" /> @@ -16,4 +14,4 @@ export default function New() { </Form> </div> ); -}; +} |
