From 0dbc3ba67e7d95a9ddb7d47ee3e390a0ee36b947 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Jun 2025 21:22:01 +0900 Subject: [PATCH] fix html text --- oauth/src/components/CommentForm.jsx | 18 +++++++++--------- oauth/src/components/RecordTabs.jsx | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) 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}
- +