diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-05-09 19:14:27 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-05-09 19:14:27 +0000 |
commit | bf2024e1b385e59326f8f8357cccb7347abaac97 (patch) | |
tree | 8586e4325f2e75a7667081f1aa15dda817e2ff31 /spring-front/src | |
parent | removed the docs, we no longer need them (diff) | |
download | mdrtl-main.tar.gz mdrtl-main.zip |
updated the package.lock and changed compose bind mount so we dont to change cert name manuallyHEADmain
Diffstat (limited to 'spring-front/src')
-rw-r--r-- | spring-front/src/components/Editor.js | 21 |
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> ); } |