oops
This commit is contained in:
parent
317672e6ec
commit
540b28364b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue