removed checkbox. will add back later

This commit is contained in:
2025-04-08 15:08:49 -05:00
parent 2a0ff4130f
commit 9b0810772b
+2 -2
View File
@@ -152,7 +152,7 @@ const CommentSection: React.FC<CommentFormProps> = ({ postId }) => {
></textarea>
</div>
<div className="flex items-center">
{/* <div className="flex items-center">
<input
type="checkbox"
id="save-info"
@@ -175,7 +175,7 @@ const CommentSection: React.FC<CommentFormProps> = ({ postId }) => {
<label htmlFor="save-info" className="ml-2 block text-sm text-primary-600">
Save my name and email for the next time I comment
</label>
</div>
</div> */}
<button
type="submit"