Skip to content

Commit f67bf8b

Browse files
committed
fix: update emote image URL to use 1x resolution
1 parent 863eb8f commit f67bf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/7tv_emotes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { showNotification } from './ui';
3232
showNotification('7TV emotes loaded successfully!');
3333

3434
emotes.forEach((emote) => {
35-
const url = `https:${emote.data.host.url}/2x.webp`;
35+
const url = `https:${emote.data.host.url}/1x.webp`;
3636
emoteMap.set(emote.name, url);
3737
});
3838
console.log(emoteMap);

0 commit comments

Comments
 (0)