Skip to content

Commit b068f82

Browse files
committed
Add support level link in league creation screen
1 parent a682c72 commit b068f82

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pages/leagues.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,17 @@ function MakeLeague({ getLeagueData, leagues }: MakeLeagueProps) {
6161
}}
6262
value={leagueName}
6363
/>
64-
<InputLabel htmlFor="leagueType">Which league: </InputLabel>
64+
<InputLabel htmlFor="leagueType">
65+
Which league(League support levels are described{" "}
66+
<Link
67+
href="https://github.com/Lukasdotcom/fantasy-manager/blob/main/leagues.md"
68+
rel="noopener noreferrer"
69+
target="_blank"
70+
>
71+
here
72+
</Link>
73+
):{" "}
74+
</InputLabel>
6575
<Select
6676
value={leagueType}
6777
onChange={(val) => setLeagueType(val.target.value)}

0 commit comments

Comments
 (0)