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
commit d1fa70fc97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

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