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(