Tune invite buttons

This commit is contained in:
3252a8
2026-02-06 12:48:37 +03:00
parent 6b74ae4a8e
commit 049789c9c5
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ def get_main_menu_inline_keyboard(
promo_button = InlineKeyboardButton(
text=_(key="menu_apply_promo_button"),
callback_data="main_action:apply_promo")
builder.row(referral_button, promo_button)
builder.row(referral_button)
builder.row(promo_button)
language_button = InlineKeyboardButton(
text=_(key="menu_language_settings_inline"),