chore: 🎨 format

This commit is contained in:
ThatOneCalculator 2023-08-10 13:32:19 -07:00
parent b651bf8401
commit 5a92b90da1
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -339,8 +339,11 @@ const menu = (ev: MouseEvent) => {
icon: "ph-info ph-bold ph-lg", icon: "ph-info ph-bold ph-lg",
text: i18n.ts.emojiPackCreator, text: i18n.ts.emojiPackCreator,
action: () => { action: () => {
window.open("https://git.joinfirefish.org/firefish/emoji-gen", "_blank"); window.open(
} "https://git.joinfirefish.org/firefish/emoji-gen",
"_blank",
);
},
}, },
], ],
ev.currentTarget ?? ev.target, ev.currentTarget ?? ev.target,