diff --git a/public/logo.png b/public/logo.png index 04b1204..14d5f2e 100644 Binary files a/public/logo.png and b/public/logo.png differ diff --git a/src/assets/icons/logo.png b/src/assets/icons/logo.png index 04b1204..14d5f2e 100644 Binary files a/src/assets/icons/logo.png and b/src/assets/icons/logo.png differ diff --git a/src/assets/images/dev-logo.png b/src/assets/images/dev-logo.png index 0289905..3521c62 100644 Binary files a/src/assets/images/dev-logo.png and b/src/assets/images/dev-logo.png differ diff --git a/src/assets/images/step1.png b/src/assets/images/step1.png index 04f5b95..5003a8a 100644 Binary files a/src/assets/images/step1.png and b/src/assets/images/step1.png differ diff --git a/src/assets/images/step2.png b/src/assets/images/step2.png index f55b938..32c2551 100644 Binary files a/src/assets/images/step2.png and b/src/assets/images/step2.png differ diff --git a/src/components/Editor.js b/src/components/Editor.js index 731fe07..ddb0058 100644 --- a/src/components/Editor.js +++ b/src/components/Editor.js @@ -31,7 +31,7 @@ const defaultSettings = { font: 'font-Anek', theme: 'background', customIcon: '', - platform: 'hashnode' + platform: 'hashnode' }; const devIconsUrl = "https://raw.githubusercontent.com/devicons/devicon/master/devicon.json" @@ -54,7 +54,10 @@ class Editor extends React.Component { }) } handleReset = () => { - this.setState(defaultSettings); + this.setState({ + ...defaultSettings, + devIconOptions: this.state.devIconOptions, + }); }; getRandomTheme = (theme, Pattern) => {