diff options
Diffstat (limited to 'spring-front/src/components/Right.js')
-rw-r--r-- | spring-front/src/components/Right.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-front/src/components/Right.js b/spring-front/src/components/Right.js index 7206ae9..9a3a9ae 100644 --- a/spring-front/src/components/Right.js +++ b/spring-front/src/components/Right.js @@ -2,5 +2,5 @@ import React from "react"; import "../index.css"; export default function Right() { - return <div>Parsed Markdown goes here!!!</div>; + return <div class="split right">Parsed Markdown goes here!!!</div>; } |