aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/components/Editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/src/components/Editor.js')
-rw-r--r--spring-front/src/components/Editor.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/spring-front/src/components/Editor.js b/spring-front/src/components/Editor.js
index ac13882..fe74134 100644
--- a/spring-front/src/components/Editor.js
+++ b/spring-front/src/components/Editor.js
@@ -267,27 +267,6 @@ export default class Editor extends React.Component {
<div className="split right">
<div direction="rtl" id="markdown-placeholder"></div>
</div>
- <img
- className="icon"
- src="load.jpg"
- width="20"
- height="20"
- onClick={this.handleLoad.bind(this)}
- />
- <img
- className="icon"
- src="trash3.png"
- width="20"
- height="20"
- onClick={this.handleDelete.bind(this)}
- />
- <img
- className="icon"
- src="save.png"
- width="20"
- height="20"
- onClick={this.handleSave.bind(this)}
- />
</div>
);
}