Skip to content

Commit 3b175b2

Browse files
committed
title属性を追加
1 parent 8a54180 commit 3b175b2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@konemono/nostr-share-component",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"type": "module",
55
"main": "dist/nostr-share-component.umd.js",
66
"module": "dist/nostr-share-component.es.js",

src/lib/NostrShare.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
<button
4040
part="button"
41+
title="Share on Nostr"
4142
data-nostr-share={buttonType}
4243
onclick={handleClickOpenDialog}
4344
>

0 commit comments

Comments
 (0)