removed checkbox. will add back later

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