Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 2, 2024
1 parent 250b6c2 commit e3fbe46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Home: NextPage = () => {
/>
</label>
<label>
Maximum Delay:
Max Delay:
<input
type="number"
id="max-latency"
Expand Down Expand Up @@ -170,7 +170,6 @@ const Home: NextPage = () => {
Stop Scan <StopIcon className="inline-block h-6 w-6 pb-0.5" />
</button>
)}

</>
)}
</>
Expand Down

0 comments on commit e3fbe46

Please sign in to comment.