Skip to content

Commit fe1d29b

Browse files
committed
Docs: Fix changelog button for pre release
1 parent b18f872 commit fe1d29b

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Website/src/components/LatestPrerelease/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export default function LatestPrerelease() {
8181
const release = {
8282
tagName: pre.tag_name,
8383
publishedAt: pre.published_at,
84-
htmlUrl: pre.html_url,
8584
setupUrl: findAssetUrl(pre.assets, "_Setup.msi"),
8685
portableUrl: findAssetUrl(pre.assets, "_Portable.zip"),
8786
archiveUrl: findAssetUrl(pre.assets, "_Archive.zip"),
@@ -148,10 +147,10 @@ export default function LatestPrerelease() {
148147
<div className={pageStyles.centerButtonContainer}>
149148
<Link
150149
className={`button button--secondary button--outline ${pageStyles.additionalButton}`}
151-
to={release.htmlUrl}
150+
to="/docs/changelog/next-release"
152151
target="_blank"
153152
>
154-
📃 Release notes
153+
🚀 What's coming?
155154
</Link>
156155
</div>
157156
</>

Website/src/pages/download.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import LatestPrerelease from "@site/src/components/LatestPrerelease";
4444
to="/docs/changelog/2026-2-22-0"
4545
target="_blank"
4646
>
47-
📃 What's new?
47+
What's new?
4848
</Link>
4949
</div>
5050

0 commit comments

Comments
 (0)