oops
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user