Skip to content

Instantly share code, notes, and snippets.

@Ensive
Created July 30, 2022 00:12
Show Gist options
  • Select an option

  • Save Ensive/2649dceea0f8c646b988b70cfa535c55 to your computer and use it in GitHub Desktop.

Select an option

Save Ensive/2649dceea0f8c646b988b70cfa535c55 to your computer and use it in GitHub Desktop.
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