new icon
ci/woodpecker/push/base Pipeline was successful
Details
ci/woodpecker/push/base Pipeline was successful
Details
parent
51149349d6
commit
1be03a780e
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -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> }) => {
|
||||
|
|
Loading…
Reference in New Issue