Skip to content

Commit c875d69

Browse files
authoredNov 6, 2024
fix: app upgraded toast href error (RSSNext#1444)
1 parent f845a1e commit c875d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎apps/renderer/src/modules/upgrade/container.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const AppNotificationContainer: FC = () => {
5757
<div>
5858
App is upgraded to{" "}
5959
<a
60-
href={`${repository.url}/releases/tag/${APP_VERSION}`}
60+
href={`${repository.url}/releases/tag/v${APP_VERSION}`}
6161
target="_blank"
6262
rel="noreferrer"
6363
>

0 commit comments

Comments
 (0)
Please sign in to comment.