update: add 7.8 update message and emoji
This commit is contained in:
@@ -41,7 +41,8 @@ const names = {
|
||||
"📧": "email",
|
||||
"📬": "mailbox",
|
||||
"📢": "loudspeaker",
|
||||
"🔧": "wrench"
|
||||
"🔧": "wrench",
|
||||
"🫧": "bubbles"
|
||||
}
|
||||
let sizing = {
|
||||
18: 0.8,
|
||||
|
||||
@@ -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')"
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user