diff --git a/js/ui.js b/js/ui.js index 5f15238..beb47af 100644 --- a/js/ui.js +++ b/js/ui.js @@ -1653,10 +1653,10 @@ export class UIRenderer { dateDisplay = window.innerWidth > 768 ? releaseDate.toLocaleDateString('en-US', { - year: 'numeric', - month: 'long', - day: 'numeric', - }) + year: 'numeric', + month: 'long', + day: 'numeric', + }) : year; } } @@ -2390,9 +2390,9 @@ export class UIRenderer { ${artist.popularity}% popularity
`;