aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/components/Right.js
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/src/components/Right.js')
-rw-r--r--spring-front/src/components/Right.js6
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>
+ );
}