فهرست منبع

rename directory

utsushiiro 7 سال پیش
والد
کامیت
356116618c
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 0
      public/images/icons/navbar-editor/table.svg
  2. 1 1
      src/client/js/components/PageEditor/CodeMirrorEditor.js

+ 0 - 0
public/images/icons/editor-navbar/table.svg → public/images/icons/navbar-editor/table.svg


+ 1 - 1
src/client/js/components/PageEditor/CodeMirrorEditor.js

@@ -650,7 +650,7 @@ export default class CodeMirrorEditor extends AbstractEditor {
   }
   }
 
 
   getNavbarItems() {
   getNavbarItems() {
-    return <Button bsSize="small" onClick={ this.showHandsonTableHandler }><img src="/images/icons/editor-navbar/table.svg" width="14" /></Button>;
+    return <Button bsSize="small" onClick={ this.showHandsonTableHandler }><img src="/images/icons/navbar-editor/table.svg" width="14" /></Button>;
   }
   }
 
 
   render() {
   render() {