diff --git a/oauth/src/components/CommentForm.jsx b/oauth/src/components/CommentForm.jsx index 96f5561..634d954 100644 --- a/oauth/src/components/CommentForm.jsx +++ b/oauth/src/components/CommentForm.jsx @@ -66,7 +66,7 @@ export default function CommentForm({ user, agent, onCommentPosted }) { } // Show success message briefly - setText('✓ コメントが投稿されました') + setText('✓ ') setTimeout(() => { setText('') }, 2000) @@ -85,27 +85,27 @@ export default function CommentForm({ user, agent, onCommentPosted }) { padding: '40px', color: 'var(--text-secondary)' }}> -

ログインしてコメントを投稿

+

atproto login

) } return (
-

コメントを投稿

+

post

- 投稿先: {window.location.href} + url: {window.location.href}
- +