diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-23 17:35:22 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-23 17:35:22 +0000 |
commit | 03ce5a3909a15b1195f36692a1adf5400dc1b760 (patch) | |
tree | 823723f096238b484fdf37242e8b8966441051c9 /spring-front/src/components/Right.js | |
parent | wip (diff) | |
download | mdrtl-03ce5a3909a15b1195f36692a1adf5400dc1b760.tar.gz mdrtl-03ce5a3909a15b1195f36692a1adf5400dc1b760.zip |
wip
Diffstat (limited to '')
-rw-r--r-- | spring-front/src/components/Right.js | 6 |
1 files changed, 5 insertions, 1 deletions
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> + ); } |