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",
text: i18n.ts.emojiPackCreator,
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,