chore: 🎨 format
This commit is contained in:
parent
b651bf8401
commit
5a92b90da1
1 changed files with 5 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue