Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pages/createTeam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ export default function CreateTeam() {
>
<Card title={team.alliance ? "Create an Alliance" : "Create a Team"}>
<label className="cursor-pointer label">
<span className="label-text">Scouting Alliance</span>
<span className="label-text">
Creating a Scouting Alliance (allows multiple teams to scout
together)
</span>
<input
type="checkbox"
className="checkbox checkbox-accent"
Expand Down