new icon
ci/woodpecker/push/base Pipeline was successful Details

strip2
gapodo 2023-11-21 01:27:25 +01:00
parent 51149349d6
commit 1be03a780e
2 changed files with 1 additions and 3 deletions

BIN
shared/img/smiley.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -30,9 +30,7 @@ interface ChatBoxEvents {
}
const LastUsedEmoji = () => {
// const le = new Emoji({ id: 'smiley', set: 'native' });
// return le.component;
return (<p>+*+</p>)
return <img key={"fallback"} alt={""} src={"img/smiley.png"} />;
}
const EmojiButton = (props: { events: Registry<ChatBoxEvents> }) => {