Skip to content

Commit b6981c4

Browse files
committed
fix share text
1 parent 710cd5c commit b6981c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ShareButton/useShareButton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const useShareButton = (canvas?: HTMLCanvasElement) => {
66
});
77
const file = new File([blob], "image.png", { type: "image/png" });
88
await navigator.share({
9-
text: "Hitbox Generator https://megane42.github.io/hitbox_generator/",
9+
text: "#HitboxGenerator https://megane42.github.io/hitbox_generator/",
1010
files: [file],
1111
});
1212
}

0 commit comments

Comments
 (0)