Explorar o código

rename directory

utsushiiro %!s(int64=7) %!d(string=hai) anos
pai
achega
356116618c

+ 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() {
-    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() {