Кнопки назад

This commit is contained in:
Artem Tsyrulnikov
2026-01-03 11:29:44 +03:00
parent 922067d194
commit ab9af29f24
8 changed files with 13 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ type AddProject struct {
func (s *AddProject) Enter(b *bot.Bot, mode bot.RenderMode) {
buttons := [][]echotron.InlineKeyboardButton{
bot.Row(bot.Button("« Назад", "back")),
bot.Row(bot.Button(" Назад", "back")),
}
keyboard := bot.Keyboard(buttons...)