Skip to content

Commit 3686e7f

Browse files
committed
Remove changelog
1 parent 1aba189 commit 3686e7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/pages/news.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function WhatsNew() {
6565
{new Date(release.published_at).toLocaleDateString()}
6666
</span>
6767
</div>
68-
<div className="mt-4 prose prose-neutral dark:prose-invert text-ink-1000">
68+
<div className="mt-4 mb-4 prose prose-neutral dark:prose-invert text-ink-1000">
6969
<ReactMarkdown>
7070
{formatPullLinks(release.body || "_No release notes provided._")}
7171
</ReactMarkdown>
@@ -86,7 +86,7 @@ function formatPullLinks(text = "") {
8686
/https:\/\/github\.com\/CompassConnections\/Compass\/pull\/(\d+)/g,
8787
(_, num) => `[#${num}](https://github.com/CompassConnections/Compass/pull/${num})`)
8888
.replace(
89-
/https:\/\/github\.com\/CompassConnections\/Compass\/compare\/([\w.-]+\.\.\.[\w.-]+)/g,
90-
(_, range) => `[${range}](https://github.com/CompassConnections/Compass/compare/${range})`)
89+
/\**Full Changelog\**: https:\/\/github\.com\/CompassConnections\/Compass\/compare\/([\w.-]+\.\.\.[\w.-]+)/g,
90+
'')
9191
}
9292

0 commit comments

Comments
 (0)