diff --git a/client/src/components/Badges.jsx b/client/src/components/Badges.jsx
index b602bed..8734a95 100644
--- a/client/src/components/Badges.jsx
+++ b/client/src/components/Badges.jsx
@@ -31,16 +31,16 @@ export default function Badges({ badges: { obtained, unobtained } }) {
return (
<>
-
- Obtained Badges
-
- {badgesGrid(obtained)}
+
+ Obtained Badges
+
+ {badgesGrid(obtained)}
-
- Unobtained Badges
-
- {badgesGrid(unobtained)}
+
+ Unobtained Badges
+
+ {badgesGrid(unobtained)}
>
);
diff --git a/client/src/components/QAComponents/CommentControl.jsx b/client/src/components/QAComponents/CommentControl.jsx
index 76f1491..d8eaa8f 100644
--- a/client/src/components/QAComponents/CommentControl.jsx
+++ b/client/src/components/QAComponents/CommentControl.jsx
@@ -18,7 +18,7 @@ export default function CommentControl({
title={
canComment
? ''
- : 'You must be level 3 to comment or level 6 if this question is protected'
+ : 'You must be level 3 to comment or level 5 if this question is protected'
}
>
diff --git a/client/src/components/QAComponents/CreateAnswer.jsx b/client/src/components/QAComponents/CreateAnswer.jsx
index 5354679..8479ff6 100644
--- a/client/src/components/QAComponents/CreateAnswer.jsx
+++ b/client/src/components/QAComponents/CreateAnswer.jsx
@@ -10,7 +10,7 @@ export default function CreateAnswer({ canAnswer, show, toggleShow }) {
title={
canAnswer
? ''
- : 'You need to be authenticated to answer or level 6 if the question is protected'
+ : 'You need to be authenticated to answer or level 5 if the question is protected'
}
>
diff --git a/client/src/components/QAComponents/Question.jsx b/client/src/components/QAComponents/Question.jsx
index 4900d31..386eafe 100644
--- a/client/src/components/QAComponents/Question.jsx
+++ b/client/src/components/QAComponents/Question.jsx
@@ -106,7 +106,7 @@ export default function Question({
Ask question
-
+