Skip to content

Commit

Permalink
front: Do not expose the word "production", it is confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
tash-2s committed Mar 24, 2021
1 parent 8f5f0bd commit 0fe7673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/pages/Dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Endpoint() {
<input ref={inputRef} type="text" size={50} defaultValue={getEndpoint()} />{" "}
<button onClick={change}>Change</button>
{" / "}
<button onClick={() => changeTo("production")}>Change to production</button>
<button onClick={() => changeTo("production")}>Change to PrototypeNet</button>
{" / "}
<button onClick={() => changeTo("local")}>Change to local</button>
</div>
Expand Down

0 comments on commit 0fe7673

Please sign in to comment.