From 20aa334254f932d22d7992c877172c5fe6f5ec05 Mon Sep 17 00:00:00 2001 From: noellabo Date: Tue, 1 Jun 2021 13:15:30 +0900 Subject: [PATCH] fixup! nightly --- app/javascript/mastodon/components/reaction_picker_dropdown.js | 2 +- config/webpack/production.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/components/reaction_picker_dropdown.js b/app/javascript/mastodon/components/reaction_picker_dropdown.js index 3682bbb6f..38e9813b7 100644 --- a/app/javascript/mastodon/components/reaction_picker_dropdown.js +++ b/app/javascript/mastodon/components/reaction_picker_dropdown.js @@ -29,7 +29,7 @@ const messages = defineMessages({ let EmojiPicker, Emoji; // load asynchronously -const backgroundImageFn = () => `${assetHost}/emoji/sheet_10.png`; +const backgroundImageFn = () => `${assetHost}/emoji/sheet_13.png`; const listenerOptions = supportsPassiveEvents ? { passive: true } : false; class ModifierPickerMenu extends React.PureComponent { diff --git a/config/webpack/production.js b/config/webpack/production.js index cd3d01035..758a80efa 100644 --- a/config/webpack/production.js +++ b/config/webpack/production.js @@ -73,7 +73,7 @@ module.exports = merge(sharedConfig, { }, externals: [ '/emoji/1f602.svg', // used for emoji picker dropdown - '/emoji/sheet_10.png', // used in emoji-mart + '/emoji/sheet_13.png', // used in emoji-mart ], excludes: [ '**/*.gz',