aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-23 17:35:22 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-23 17:35:22 +0000
commit03ce5a3909a15b1195f36692a1adf5400dc1b760 (patch)
tree823723f096238b484fdf37242e8b8966441051c9
parentwip (diff)
downloadmdrtl-03ce5a3909a15b1195f36692a1adf5400dc1b760.tar.gz
mdrtl-03ce5a3909a15b1195f36692a1adf5400dc1b760.zip
wip
-rw-r--r--spring-front/src/components/.Left.js.swpbin12288 -> 0 bytes
-rw-r--r--spring-front/src/components/.Right.js.swpbin12288 -> 0 bytes
-rw-r--r--spring-front/src/components/Right.js6
3 files changed, 5 insertions, 1 deletions
diff --git a/spring-front/src/components/.Left.js.swp b/spring-front/src/components/.Left.js.swp
deleted file mode 100644
index 6197d7f..0000000
--- a/spring-front/src/components/.Left.js.swp
+++ /dev/null
Binary files differ
diff --git a/spring-front/src/components/.Right.js.swp b/spring-front/src/components/.Right.js.swp
deleted file mode 100644
index 560bc83..0000000
--- a/spring-front/src/components/.Right.js.swp
+++ /dev/null
Binary files differ
diff --git a/spring-front/src/components/Right.js b/spring-front/src/components/Right.js
index 9a3a9ae..94227f7 100644
--- a/spring-front/src/components/Right.js
+++ b/spring-front/src/components/Right.js
@@ -2,5 +2,9 @@ import React from "react";
import "../index.css";
export default function Right() {
- return <div class="split right">Parsed Markdown goes here!!!</div>;
+ return (
+ <div class="split right">
+ <p class="markdown-placeholder">Parsed Markdown goes here!!!</p>
+ </div>
+ );
}