We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08240d2 + 2b9840a commit 80c792dCopy full SHA for 80c792d
1 file changed
pages/createTeam.tsx
@@ -100,7 +100,10 @@ export default function CreateTeam() {
100
>
101
<Card title={team.alliance ? "Create an Alliance" : "Create a Team"}>
102
<label className="cursor-pointer label">
103
- <span className="label-text">Scouting Alliance</span>
+ <span className="label-text">
104
+ Creating a Scouting Alliance (allows multiple teams to scout
105
+ together)
106
+ </span>
107
<input
108
type="checkbox"
109
className="checkbox checkbox-accent"
0 commit comments