Skip to content

Commit 84b4f05

Browse files
committed
style: simplify network id text and placeholder
1 parent 8e648ce commit 84b4f05

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/App.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,7 @@ function App() {
216216
{platformSupported &&
217217
(clientPid === 0 ? (
218218
<>
219-
<p>
220-
Enter a <i>network id</i> for access.
221-
</p>
219+
<p>Enter a network identifier for access.</p>
222220
<form
223221
className="join"
224222
onSubmit={(e) => {
@@ -232,7 +230,7 @@ function App() {
232230
<input
233231
className="input validator focus:outline-none join-item"
234232
onChange={(e) => setNetworkId(e.currentTarget.value)}
235-
placeholder="Enter a network_id..."
233+
placeholder="Enter a network id..."
236234
maxLength={36}
237235
minLength={5}
238236
required

0 commit comments

Comments
 (0)