From cc1f3c40ebdef597a7eb9d0fc6092a3f0afd6ed5 Mon Sep 17 00:00:00 2001 From: mehbark Date: Tue, 28 Nov 2023 01:50:46 -0500 Subject: [PATCH] oh deer --- html/emoji-land.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/emoji-land.tsx b/html/emoji-land.tsx index 606fe9d..5de75ea 100644 --- a/html/emoji-land.tsx +++ b/html/emoji-land.tsx @@ -7,7 +7,7 @@ const emojis = [ "🎄", "🐦", "🦊", - "🐻", + "🦌", "🐶", "🐕", "🐩", @@ -17,7 +17,7 @@ const emojis = [ const Emoji = ({ children }: { children: string }) =>
{children}
; const Cell = () => ( - + {...emojis.map(e => {e})} @@ -26,12 +26,12 @@ const Cell = () => ( render_and_copy(