Skip to content

Commit

Permalink
improved text
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Jul 18, 2023
1 parent 54bb82c commit 8727a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/network/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const NetworkById = () => {
</span>
</div>
<div className="flex flex-col justify-between sm:flex-row">
<span className="font-semibold">Network is</span>
<span className="font-semibold">Network Auth</span>
{network?.private ? (
<span className="text-success">Private</span>
) : (
Expand Down

0 comments on commit 8727a99

Please sign in to comment.