Skip to content

Commit 80c792d

Browse files
Merge pull request #512 from Decatur-Robotics/Minor-Visual-Change
Minor wording change on create team page
2 parents 08240d2 + 2b9840a commit 80c792d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pages/createTeam.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@ export default function CreateTeam() {
100100
>
101101
<Card title={team.alliance ? "Create an Alliance" : "Create a Team"}>
102102
<label className="cursor-pointer label">
103-
<span className="label-text">Scouting Alliance</span>
103+
<span className="label-text">
104+
Creating a Scouting Alliance (allows multiple teams to scout
105+
together)
106+
</span>
104107
<input
105108
type="checkbox"
106109
className="checkbox checkbox-accent"

0 commit comments

Comments
 (0)