From 491bdcd9cb47fe98865b15d6f49144804a0baf7a Mon Sep 17 00:00:00 2001
From: Jonathan Chandra <jonathanjocan@gmail.com>
Date: Thu, 4 Mar 2021 22:53:13 +0700
Subject: [PATCH] fix styling

---
 src/components/thread/Thread.jsx | 2 +-
 src/styles/thread/Thread.css     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/thread/Thread.jsx b/src/components/thread/Thread.jsx
index d80aa12..a7fbd64 100644
--- a/src/components/thread/Thread.jsx
+++ b/src/components/thread/Thread.jsx
@@ -112,7 +112,7 @@ export default function Thread(props) {
         <div className="addCommentSection">
           <h3>Write a Comment</h3>
           <form onSubmit={handleSubmit}>
-            <div className="commentformComponentContainer">
+            <div className="commentFormContainer">
               <textarea
                 className="commentBox"
                 placeholder="Write your comment here"
diff --git a/src/styles/thread/Thread.css b/src/styles/thread/Thread.css
index 5bbda74..d559075 100644
--- a/src/styles/thread/Thread.css
+++ b/src/styles/thread/Thread.css
@@ -64,7 +64,7 @@
     margin-bottom: 0px;
 }
 
-.commentformComponentContainer {
+.commentFormContainer {
     display: flex;
     flex-direction: column;
 }
-- 
GitLab