Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavorix committed Aug 18, 2022
1 parent 64fc22a commit f35047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Home(): JSX.Element {
<div>Loading....</div>
)
) : (
<div>Plz Connect to Rinkeby testnet</div>
<div>Plz Connect to Polygon Mumbai testnet</div>
)}
</div>
) : (
Expand Down

0 comments on commit f35047f

Please sign in to comment.