From f2fe458a465b8f29754d0bed29cf756279a81312 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Jun 2025 21:01:29 +0900 Subject: [PATCH] fix html text --- oauth/src/components/CommentForm.jsx | 32 ++++++++++++++-------------- oauth/src/components/RecordTabs.jsx | 10 ++++----- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/oauth/src/components/CommentForm.jsx b/oauth/src/components/CommentForm.jsx index 96f5561..848bd5f 100644 --- a/oauth/src/components/CommentForm.jsx +++ b/oauth/src/components/CommentForm.jsx @@ -78,34 +78,34 @@ export default function CommentForm({ user, agent, onCommentPosted }) { } } - if (!user) { - return ( -
-

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

-
- ) - } + //if (!user) { + // return ( + //
+ //

atproto

+ //
+ // ) + //} return (
-

コメントを投稿

+

post

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