aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/App.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-19 01:19:19 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-19 01:19:19 +0000
commit2b65ee76460fb41969dcf8643d5719439346ae26 (patch)
tree856a62cc24a50077d8f6c7bbdde677f7539f1913 /spring-front/src/App.js
parentCRUD tested and working (diff)
downloadmdrtl-2b65ee76460fb41969dcf8643d5719439346ae26.tar.gz
mdrtl-2b65ee76460fb41969dcf8643d5719439346ae26.zip
added icons for save,load,delete
Diffstat (limited to 'spring-front/src/App.js')
-rw-r--r--spring-front/src/App.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/spring-front/src/App.js b/spring-front/src/App.js
index e965d51..a91418e 100644
--- a/spring-front/src/App.js
+++ b/spring-front/src/App.js
@@ -10,6 +10,9 @@ export default class App extends React.Component {
return (
<div>
<Editor />
+ <img className="icon" src="save.png" width="20" height="20" />
+ <img className="icon" src="load.jpg" width="20" height="20" />
+ <img className="icon" src="delete.png" width="20" height="20" />
</div>
);
}