This commit is contained in:
ewwwwwwww 2022-07-09 15:35:50 -07:00
parent 317672e6ec
commit 540b28364b

View file

@ -10,7 +10,7 @@ const getSpritesheetURL = (set: string) => {
const getImageURL = (set: string, name: string) => {
console.log(set, name);
return `/packs/images/${name}.svg`;
return `/packs/emojis/${name}.svg`;
}
function Picker(props: PickerProps) {