aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/components
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-05-09 19:14:27 +0000
committerterminaldweller <devi@terminaldweller.com>2023-05-09 19:14:27 +0000
commitbf2024e1b385e59326f8f8357cccb7347abaac97 (patch)
tree8586e4325f2e75a7667081f1aa15dda817e2ff31 /spring-front/src/components
parentremoved the docs, we no longer need them (diff)
downloadmdrtl-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/components')
-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>
);
}