Merge pull request 'Обновление UI: убрать розыгрыши, переименовать счета, добавить кнопку главная' (#7) from v2_functions into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #7
This commit is contained in:
2026-03-06 23:12:51 +00:00
6 changed files with 29 additions and 16 deletions

View File

@@ -487,7 +487,7 @@ async def confirm_create_lottery(callback: CallbackQuery, state: FSMContext):
text,
reply_markup=InlineKeyboardMarkup(inline_keyboard=[
[InlineKeyboardButton(text="🎰 К управлению розыгрышами", callback_data="admin_lotteries")],
[InlineKeyboardButton(text="🏠 В главное меню", callback_data="back_to_main")]
[InlineKeyboardButton(text="🏠 Главная", callback_data="back_to_main")]
])
)