rm at-uri add post-url
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
<!-- OAuth Comment System - Load globally for session management -->
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-BuIwSgQs.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-CPKYAM8U.css">
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-DaSMjKIj.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-FS0uZjXB.css">
|
@ -1,3 +1,3 @@
|
||||
<!-- OAuth Comment System - Load globally for session management -->
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-kBwioMcR.js"></script>
|
||||
<script type="module" crossorigin src="/assets/comment-atproto-DaSMjKIj.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-FS0uZjXB.css">
|
@ -1117,7 +1117,9 @@ function App() {
|
||||
{record.value.text}
|
||||
</div>
|
||||
<div className="comment-meta">
|
||||
<small>{record.uri}</small>
|
||||
{record.value.url && (
|
||||
<small><a href={record.value.url} target="_blank" rel="noopener noreferrer">{record.value.url}</a></small>
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* JSON Display */}
|
||||
@ -1201,7 +1203,9 @@ function App() {
|
||||
{record.value.question || record.value.answer}
|
||||
</div>
|
||||
<div className="comment-meta">
|
||||
<small>{record.uri}</small>
|
||||
{record.value.url && (
|
||||
<small><a href={record.value.url} target="_blank" rel="noopener noreferrer">{record.value.url}</a></small>
|
||||
)}
|
||||
</div>
|
||||
|
||||
{/* JSON Display */}
|
||||
|
Reference in New Issue
Block a user