Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
EmojiPicker: use material icon instead of emoji
Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: Simon Spannagel <[email protected]>
  • Loading branch information
2 people authored and simonspa committed Jul 27, 2020
commit d2cd0f9f4c1ef8645531cadbc1d20c29dd110f3e
3 changes: 2 additions & 1 deletion src/components/NewMessageForm/NewMessageForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
class="new-message-form__icon new-message-form__button"
:aria-label="t('spreed', 'Add emoji')"
:aria-haspopup="true">
🙂
<EmoticonOutline
:size="24">
</button>
</EmojiPicker>
</div>
Expand Down