Skip to content

Commit 0186108

Browse files
authored
fix: fix release notes URL (#438)
1 parent a5c99ab commit 0186108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web/src/components/modals/AboutModal/ChangeLog/ChangeLog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const ChangeLog: React.FC<Props> = ({ className, ...props }) => {
3131
))}
3232
<p>
3333
<span>Full release notes are available </span>
34-
<Link href={`${environment.urls.github}/releases/tag/${environment.appVersion}`} target="_blank">
34+
<Link href={`${environment.urls.github}/releases/tag/v${environment.appVersion}`} target="_blank">
3535
here
3636
</Link>
3737
</p>

0 commit comments

Comments
 (0)