aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vo <auscompgeek@users.noreply.github.com>2020-12-30 19:56:31 +1100
committerGitHub <noreply@github.com>2020-12-30 19:56:31 +1100
commit21d4f5cce6ecf535190d7bb30d4d48897878c9b9 (patch)
treef5994c6648c6492b6ed994e632d1125fe06429be
parentd3adedf3dfaede63d5b03b263c2cfaad291c4ffe (diff)
Show sticker body in hover tooltip
-rw-r--r--web/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/index.js b/web/src/index.js
index 5de4bd5..4ac6df5 100644
--- a/web/src/index.js
+++ b/web/src/index.js
@@ -309,7 +309,7 @@ const Pack = ({ pack, send }) => html`
const Sticker = ({ content, send }) => html`
<div class="sticker" onClick=${send} data-sticker-id=${content.id}>
- <img data-src=${makeThumbnailURL(content.url)} alt=${content.body} />
+ <img data-src=${makeThumbnailURL(content.url)} alt=${content.body} title=${content.body} />
</div>
`
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage