Add sticker introduction tooltip image
This commit is contained in:
parent
a83f5ce3e0
commit
d86e8ef7ec
5 changed files with 15 additions and 6 deletions
|
@ -266,7 +266,11 @@ export const StickerButton = React.memo(
|
|||
)}
|
||||
onClick={handleClearIntroduction}
|
||||
>
|
||||
{/* <div className="module-sticker-button__tooltip--introduction__image" /> */}
|
||||
<img
|
||||
className="module-sticker-button__tooltip--introduction__image"
|
||||
srcSet="images/sticker_splash@1x.png 1x, images/sticker_splash@2x.png 2x"
|
||||
alt={i18n('stickers--StickerManager--Introduction--Image')}
|
||||
/>
|
||||
<div className="module-sticker-button__tooltip--introduction__meta">
|
||||
<div className="module-sticker-button__tooltip--introduction__meta__title">
|
||||
{i18n('stickers--StickerManager--Introduction--Title')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue