From 07dc1aaeeffd87f9c97a3d9f76b143969fd68b34 Mon Sep 17 00:00:00 2001 From: Max Ronzhin Date: Sat, 1 Aug 2026 22:04:44 +0300 Subject: [PATCH] =?UTF-8?q?feat(chat):=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=20?= =?UTF-8?q?=D1=8D=D0=BC=D0=BE=D0=B4=D0=B7=D0=B8=20=D1=81=D0=BA=D0=B0=D1=87?= =?UTF-8?q?=D1=83=D1=89=D0=B5=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=BD=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Добавлен 🐎 в набор EMOJI_OPTIONS по просьбе оператора. --- frontend/src/components/room/ChatPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/room/ChatPanel.tsx b/frontend/src/components/room/ChatPanel.tsx index b6fe30f..6054dc2 100644 --- a/frontend/src/components/room/ChatPanel.tsx +++ b/frontend/src/components/room/ChatPanel.tsx @@ -12,6 +12,7 @@ const EMOJI_OPTIONS = [ '😀', '😂', '😊', '😉', '😍', '🤔', '😅', '😢', '😮', '😎', '🙌', '👍', '👎', '👏', '🙏', '❤️', '🔥', '🎉', '✅', '❌', '⚠️', '💡', '👀', '🤝', + '🐎', ] interface ChatPanelProps {