mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
🐛 Fix cursors svg duplicating icons sprites
This commit is contained in:
parent
f05e1354ff
commit
4ac18e2ef0
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ async function generateSvgSprites() {
|
|||
);
|
||||
|
||||
const cursors = await findFiles("resources/images/cursors/", isSvgFile);
|
||||
const cursorsSprite = await generateSvgSprite(icons, "cursor-");
|
||||
const cursorsSprite = await generateSvgSprite(cursors, "cursor-");
|
||||
await fs.writeFile(
|
||||
"resources/public/images/sprites/symbol/cursors.svg",
|
||||
cursorsSprite,
|
||||
|
|
Loading…
Add table
Reference in a new issue