Skip to content

Commit

Permalink
display url example inline
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed Aug 13, 2024
1 parent 4e11f60 commit 935ec73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/matches.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,10 @@ export function StartggApiKeyGated(props: { children: ReactNode }) {
</Label>
<Label>
event url slug (in the form of:{" "}
<pre>tournament/SOMETHING/event/SOMETHING</pre>)
<pre style={{ display: "inline" }}>
tournament/SOMETHING/event/SOMETHING
</pre>
)
<input ref={slugRef} className={Classes.INPUT} />
</Label>
<button type="submit">Save</button>
Expand Down

0 comments on commit 935ec73

Please sign in to comment.