aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2021-01-20 23:58:00 +0200
committerGitHub <noreply@github.com>2021-01-20 23:58:00 +0200
commit3916ade97bcecf04220c9d1d0a08722ecff7b606 (patch)
tree1ef1641511a54acaadb2881242646afcb3e3f8b5
parentdab2420cd4b3b42b6ec89d45711d3dc5c109824f (diff)
parent21d4f5cce6ecf535190d7bb30d4d48897878c9b9 (diff)
Merge pull request #26 from auscompgeek/patch-1
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