File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
apps/desktop/src/components/main/body/changelog Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments