Archived
removed checkbox. will add back later
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user