Merge pull request #24 from Rajesh-Royal/fix-fatal-error-icon-selection

fix: #23 fatal error in dev icons selection
This commit is contained in:
Rutik Wankhade 2023-02-03 10:07:06 +05:30 committed by GitHub
commit 0692cc390e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ const defaultSettings = {
download: "PNG", download: "PNG",
author: 'Rutik Wankhade', author: 'Rutik Wankhade',
icon: { 'label': 'react', 'value': 'react' }, icon: { 'label': 'react', 'value': 'react' },
devIconOptions: {}, devIconOptions: [],
font: 'font-Anek', font: 'font-Anek',
theme: 'background', theme: 'background',
customIcon: '', customIcon: '',