diff --git a/flashdex.js b/flashdex.js index 9bb0987..f52ee42 100644 --- a/flashdex.js +++ b/flashdex.js @@ -122,7 +122,7 @@ $(document).ready(function() function getFormattedSpriteButton(num) { if (num["sprite"] || num["origin"] == "Kanto") - return ''; + return '◀︎▶︎'; return ''; }