new donations icon
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user