new donations icon

This commit is contained in:
wukko
2023-05-17 22:50:11 +06:00
parent 61357c76f2
commit 0ea28783be
4 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
const names = {
"🎶": "musical_notes",
"🎬": "clapper_board",
"💰": "money_bag",
"🎉": "party_popper",
"❓": "question_mark",
"✨": "sparkles",
@@ -23,7 +22,8 @@ const names = {
"🐦": "bird",
"🐙": "octopus",
"🔮": "crystal_ball",
"💪": "biceps"
"💪": "biceps",
"💖": "sparkling_heart"
}
let sizing = {
22: 0.4,

View File

@@ -149,7 +149,7 @@ export default function(obj) {
})
}, {
name: "donate",
title: `${emoji("💰")} ${t('DonationsTab')}`,
title: `${emoji("💖")} ${t('DonationsTab')}`,
content: popup({
name: "donate",
header: {
@@ -398,7 +398,7 @@ export default function(obj) {
name: "about",
type: "popup",
context: "donate",
text: `${emoji("💰", 22)} ${t('Donate')}`,
text: `${emoji("💖", 22)} ${t('Donate')}`,
aria: t('AccessibilityOpenDonate')
}, {
name: "settings",