We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a315668 commit 14503c9Copy full SHA for 14503c9
web/pages/news.tsx
@@ -65,7 +65,7 @@ export default function WhatsNew() {
65
{new Date(release.published_at).toLocaleDateString()}
66
</span>
67
</div>
68
- <div className="mt-4 prose text-ink-1000">
+ <div className="mt-4 prose prose-neutral dark:prose-invert text-ink-1000">
69
<ReactMarkdown>
70
{formatPullLinks(release.body || "_No release notes provided._")}
71
</ReactMarkdown>
0 commit comments