test
This commit is contained in:
parent
a202501b3e
commit
5fd3892b6b
@ -207,7 +207,7 @@ const buildImageNavigationRow = (items, selectedIndex) => {
|
||||
|
||||
const previousButton = new ButtonBuilder()
|
||||
.setCustomId(PINBOARD_PREV_CUSTOM_ID)
|
||||
.setLabel('. << .')
|
||||
.setLabel(' << ')
|
||||
.setStyle(ButtonStyle.Primary)
|
||||
.setDisabled(!hasItems);
|
||||
|
||||
@ -219,7 +219,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