Adjusted icon file name casing.

This commit is contained in:
Marek Lewandowski
2022-03-08 11:07:02 +01:00
parent 9e42fd9b99
commit 479a8008c6
6 changed files with 9 additions and 9 deletions

View File

@@ -4,9 +4,9 @@
import infoIcon from './../theme/icons/info.svg';
import insertMermaidIcon from './../theme/icons/insert.svg';
import previewModeIcon from './../theme/icons/previewMode.svg';
import splitModeIcon from './../theme/icons/splitMode.svg';
import sourceModeIcon from './../theme/icons/sourceMode.svg';
import previewModeIcon from './../theme/icons/preview-mode.svg';
import splitModeIcon from './../theme/icons/split-mode.svg';
import sourceModeIcon from './../theme/icons/source-mode.svg';
export { default as Mermaid } from './mermaid';