fix: start new chat icon

Fix/start new chat icon
This commit is contained in:
Dustin Loring
2024-12-13 13:58:41 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -241,6 +241,7 @@ export default defineConfig({
collections: { collections: {
...customIconCollection, ...customIconCollection,
}, },
unit: 'em',
}), }),
], ],
}); });