From f635a48f647e2c008b2e7c4e5a5addcf09c03a09 Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:48:31 +0900 Subject: fix: 絵文字ピッカーでの検索が更新されない問題を修正 (#12283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/unicode-emoji-indexes/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/unicode-emoji-indexes/en-US.json b/packages/frontend/src/unicode-emoji-indexes/en-US.json index c5544418db..567125c4c7 100644 --- a/packages/frontend/src/unicode-emoji-indexes/en-US.json +++ b/packages/frontend/src/unicode-emoji-indexes/en-US.json @@ -1061,7 +1061,7 @@ "💰": ["dollar", "payment", "coins", "sale"], "🪙": ["dollar", "payment", "coins", "sale"], "💳": ["money", "sales", "dollar", "bill", "payment", "shopping"], - "🪫": [], + "🪪": [], "💎": ["blue", "ruby", "diamond", "jewelry"], "⚖": ["law", "fairness", "weight"], "🧰": ["tools", "diy", "fix", "maintainer", "mechanic"], -- cgit v1.2.3-freya