update: add 7.8 update message and emoji

This commit is contained in:
wukko
2023-12-26 00:08:58 +06:00
parent 1fbd0a2c05
commit cc47f9fd8a
5 changed files with 38 additions and 5 deletions

View File

@@ -41,7 +41,8 @@ const names = {
"📧": "email",
"📬": "mailbox",
"📢": "loudspeaker",
"🔧": "wrench"
"🔧": "wrench",
"🫧": "bubbles"
}
let sizing = {
18: 0.8,

View File

@@ -562,8 +562,8 @@ export default function(obj) {
<div id="popup-backdrop" onclick="hideAllPopups()"></div>
<div id="home" style="visibility:hidden">
${urgentNotice({
emoji: "🧮",
text: t("UrgentTwitterPatch"),
emoji: "🫧",
text: t("UpdateNewYears"),
visible: true,
action: "popup('about', 1, 'changelog')"
})}