diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2023-11-10 18:48:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-10 18:48:31 +0900 |
| commit | f635a48f647e2c008b2e7c4e5a5addcf09c03a09 (patch) | |
| tree | 6a067be5b28989eebe65cf98575ddadea24162f8 | |
| parent | fix(frontend): pull to refreshするたびにストリーミング全体の... (diff) | |
| download | sharkey-f635a48f647e2c008b2e7c4e5a5addcf09c03a09.tar.gz sharkey-f635a48f647e2c008b2e7c4e5a5addcf09c03a09.tar.bz2 sharkey-f635a48f647e2c008b2e7c4e5a5addcf09c03a09.zip | |
fix: 絵文字ピッカーでの検索が更新されない問題を修正 (#12283)
| -rw-r--r-- | packages/frontend/src/unicode-emoji-indexes/en-US.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"], |