This commit is contained in:
parent
51149349d6
commit
1be03a780e
2 changed files with 1 additions and 3 deletions
BIN
shared/img/smiley.png
Normal file
BIN
shared/img/smiley.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -30,9 +30,7 @@ interface ChatBoxEvents {
|
||||||
}
|
}
|
||||||
|
|
||||||
const LastUsedEmoji = () => {
|
const LastUsedEmoji = () => {
|
||||||
// const le = new Emoji({ id: 'smiley', set: 'native' });
|
return <img key={"fallback"} alt={""} src={"img/smiley.png"} />;
|
||||||
// return le.component;
|
|
||||||
return (<p>+*+</p>)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const EmojiButton = (props: { events: Registry<ChatBoxEvents> }) => {
|
const EmojiButton = (props: { events: Registry<ChatBoxEvents> }) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue