Skip to content

Commit

Permalink
Swap arrowLast and arrowRight icons
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyfour committed Mar 3, 2024
1 parent dff9311 commit d26cccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/emoji/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const icons = {
// Utlity reactions
arrowFirst: "<:first:1197111484967292928>",
arrowLeft: "<:previous:1197111409302065162>",
arrowLast: "<:next:1197111479883812895>",
arrowRight: "<:last:1197111411055263764>",
arrowRight: "<:next:1197111479883812895>",
arrowLast: "<:last:1197111411055263764>",

// Native emoji overrides
fire: "<:fire:1197111444542595162>",
Expand Down

0 comments on commit d26cccd

Please sign in to comment.