Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 18, 2024
1 parent a7b9cd7 commit 2cce561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/feed/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ export async function GET() {
} catch {
return ReactDOM.renderToString(
<p>
当前内容无法在 RSS render 中正确渲染,请前往:
<a href={`${xss(item.link)}`}>${xss(item.link)}</a>
当前内容无法在 RSS 阅读器中正确渲染,请前往:
<a href={`${xss(item.link)}`}>{xss(item.link)}</a>
</p>,
)
}
Expand Down

0 comments on commit 2cce561

Please sign in to comment.