add emoji for "Go Home" button text

This commit is contained in:
Akulij 2025-06-04 13:05:24 +05:00
parent 03bb5b231e
commit 47782ca08e

View File

@ -20,7 +20,7 @@ const dialog = {
more_info: { more_info: {
replace: true, replace: true,
buttons: [ buttons: [
[{ name: { name: "На главную" }, callback_name: "start" }], [{ name: { name: "🏠 На главную" }, callback_name: "start" }],
] ]
}, },
start: start_msg, start: start_msg,