Skip to content

Commit

Permalink
fix: fixing a minor text problem
Browse files Browse the repository at this point in the history
  • Loading branch information
minghaoyin committed Nov 2, 2023
1 parent c82655c commit a766e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/forum/src/components/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const Comment = ({ comment, thread, setComments, setThread }: Props) => {
</span>
{nameFlag &&
<div className="text-sm font-medium text-center text-gray-500 border-b border-gray-200 dark:text-gray-400 dark:border-gray-700 standard-style">
We don't collect user info!\nTreat this code as user name~
We don't collect user info! Treat this code as user name~
</div>}
</h2>
<h2 className="text-2xl p-2 text-left">
Expand Down

0 comments on commit a766e92

Please sign in to comment.