Disable tooltip on emoji
This commit is contained in:
parent
b50bf58418
commit
3dd850b9b8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function getImageTag({
|
|||
src={img}
|
||||
aria-label={match}
|
||||
className={classNames('emoji', sizeClass)}
|
||||
title={match}
|
||||
alt={match}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue