test
This commit is contained in:
parent
639d3b2fa9
commit
653fe65078
@ -211,7 +211,7 @@ const buildImageNavigationRow = (items, selectedIndex) => {
|
||||
|
||||
const previousButton = new ButtonBuilder()
|
||||
.setCustomId(PINBOARD_PREV_CUSTOM_ID)
|
||||
.setLabel('<<')
|
||||
.setLabel(' << ')
|
||||
.setStyle(ButtonStyle.Primary)
|
||||
.setDisabled(!hasItems);
|
||||
|
||||
@ -223,7 +223,7 @@ const buildImageNavigationRow = (items, selectedIndex) => {
|
||||
|
||||
const nextButton = new ButtonBuilder()
|
||||
.setCustomId(PINBOARD_NEXT_CUSTOM_ID)
|
||||
.setLabel('>>')
|
||||
.setLabel(' >> ')
|
||||
.setStyle(ButtonStyle.Primary)
|
||||
.setDisabled(!hasItems);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user