Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-nexus committed Jan 6, 2023
1 parent bde3126 commit 472f7ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Contacts = ({
}}
/>
<TextField
label="Image"
label="Image URL"
variant="filled"
value={basicTabs.image}
onChange={(event: ChangeEvent<HTMLInputElement>) => {
Expand All @@ -43,7 +43,7 @@ const Contacts = ({
}}
/>
<TextField
label="Websit URL"
label="Website URL"
variant="filled"
value={basicTabs.url}
onChange={(event: ChangeEvent<HTMLInputElement>) => {
Expand Down

0 comments on commit 472f7ae

Please sign in to comment.