Created
July 30, 2022 00:12
-
-
Save Ensive/2649dceea0f8c646b988b70cfa535c55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const contacts = [ | |
| { | |
| label: 'Email', | |
| link: 'mAIltO:hi@antonengineer.com', | |
| value: '[email protected]' | |
| }, | |
| { | |
| label: 'WhatsApp', | |
| link: '...', | |
| value: '+380939766766', | |
| }, | |
| // ... | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment