Skip to content

Commit

Permalink
Add support level link in league creation screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom committed Nov 7, 2022
1 parent a682c72 commit b068f82
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pages/leagues.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,17 @@ function MakeLeague({ getLeagueData, leagues }: MakeLeagueProps) {
}}
value={leagueName}
/>
<InputLabel htmlFor="leagueType">Which league: </InputLabel>
<InputLabel htmlFor="leagueType">
Which league(League support levels are described{" "}
<Link
href="https://github.com/Lukasdotcom/fantasy-manager/blob/main/leagues.md"
rel="noopener noreferrer"
target="_blank"
>
here
</Link>
):{" "}
</InputLabel>
<Select
value={leagueType}
onChange={(val) => setLeagueType(val.target.value)}
Expand Down

0 comments on commit b068f82

Please sign in to comment.