Skip to content

Commit 441645f

Browse files
fix(changelog): update version links to match new format (#2806)
1 parent 272defa commit 441645f

File tree

1 file changed

+2
-4
lines changed
  • apps/desktop/src/components/main/body/changelog

1 file changed

+2
-4
lines changed

apps/desktop/src/components/main/body/changelog/index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ export function TabContentChangelog({
5555

5656
<div className="flex flex-col gap-2">
5757
<button
58-
onClick={() =>
59-
openUrl(`https://hyprnote.com/changelog/v${current}`)
60-
}
58+
onClick={() => openUrl(`https://hyprnote.com/changelog/${current}`)}
6159
className="flex items-center gap-3 px-4 py-2.5 text-sm text-neutral-600 hover:text-neutral-900 hover:bg-neutral-100 rounded-lg transition-colors"
6260
>
6361
<ExternalLinkIcon className="w-4 h-4" />
@@ -67,7 +65,7 @@ export function TabContentChangelog({
6765
<button
6866
onClick={() =>
6967
openUrl(
70-
`https://github.com/fastrepl/hyprnote/compare/v${previous}...v${current}`,
68+
`https://github.com/fastrepl/hyprnote/compare/desktop_${previous}...desktop_v${current}`,
7169
)
7270
}
7371
className="flex items-center gap-3 px-4 py-2.5 text-sm text-neutral-600 hover:text-neutral-900 hover:bg-neutral-100 rounded-lg transition-colors"

0 commit comments

Comments
 (0)