Skip to content

Instantly share code, notes, and snippets.

@andrewarosario
Created October 22, 2020 15:40
Show Gist options
  • Save andrewarosario/81c0494ce2d9f914bc3a1da86cec0b48 to your computer and use it in GitHub Desktop.
Save andrewarosario/81c0494ce2d9f914bc3a1da86cec0b48 to your computer and use it in GitHub Desktop.
const payload = {
title: 'Novo Comentário!',
body: 'Você recebeu um incrível comentário. O que deseja fazer?',
icon: 'src/assets/img/cat-icon.png',
actions: [
{
action: 'like',
title: '👍 Like',
},
{
action: 'whatever',
title: '¯\\_(ツ)_/¯',
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment