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

@@ -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",