diff --git a/docs/bundle.js b/docs/bundle.js index 6f56c04..55e8c27 100644 --- a/docs/bundle.js +++ b/docs/bundle.js @@ -1862,7 +1862,7 @@ var CUSTOM_EMOJIS = [{ name: 'Party Parrot', short_names: ['parrot'], keywords: ['party'], - imageUrl: 'http://cultofthepartyparrot.com/parrots/hd/parrot.gif' + imageUrl: './images/parrot.gif' }, { name: 'Octocat', short_names: ['octocat'], diff --git a/docs/images/parrot.gif b/docs/images/parrot.gif new file mode 100644 index 0000000..458ad85 Binary files /dev/null and b/docs/images/parrot.gif differ diff --git a/docs/index.js b/docs/index.js index fee5e63..c4a2718 100644 --- a/docs/index.js +++ b/docs/index.js @@ -8,7 +8,7 @@ const CUSTOM_EMOJIS = [ name: 'Party Parrot', short_names: ['parrot'], keywords: ['party'], - imageUrl: 'http://cultofthepartyparrot.com/parrots/hd/parrot.gif' + imageUrl: './images/parrot.gif' }, { name: 'Octocat',