Disable tooltip on emoji

This commit is contained in:
Evan Hahn 2021-07-02 15:16:55 -05:00 committed by GitHub
parent b50bf58418
commit 3dd850b9b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ function getImageTag({
src={img}
aria-label={match}
className={classNames('emoji', sizeClass)}
title={match}
alt={match}
/>
);
}