Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 15, 2023
1 parent 4502ea3 commit f1b6e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ func MakeMainMenu() (kbd *telebot.ReplyMarkup) {
ResizeKeyboard: true,
}
kbd.Reply(
kbd.Row(btnPub, btnPubs),
kbd.Row(btnSub, btnSubs),
kbd.Row(btnPub, btnSub),
kbd.Row(btnPubs, btnSubs),
)
return
}

0 comments on commit f1b6e9b

Please sign in to comment.