Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakher Masri authored and Zakher Masri committed Mar 13, 2022
1 parent 97d4d8a commit 421fb45
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,43 +39,43 @@ let myContactInfo = {
numbers: [
{
label: "Work",
number: "050025505050",
text: "050025505050",
},
{
label: "Office",
number: "050025505050",
text: "050025505050",
},
{
label: "Fax",
number: "050025505050",
text: "050025505050",
},
],
emails: [
{
label: "Work",
email: "zmasri@sikka.io",
text: "zmasri@sikka.io",
},
{
label: "Office",
email: "zakhermasri@gmail.com",
text: "zakhermasri@gmail.com",
},
{
label: "Crypto",
email: "masrizakher@gmail.com",
text: "masrizakher@gmail.com",
},
],
socials: [
{
label: "Twitter",
link: "https://twitter.com/zaaakher",
text: "https://twitter.com/zaaakher",
},
{
label: "Instagram",
link: "https://instagram.com/zaaakher",
text: "https://instagram.com/zaaakher",
},
{
label: 'custom',
link: 'https://something.com'
text: 'https://something.com'
}
],
addresses: [
Expand Down

0 comments on commit 421fb45

Please sign in to comment.