Кнопки назад
This commit is contained in:
@@ -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...)
|
||||
|
||||
Reference in New Issue
Block a user