fix: app upgraded toast href error (#1444)

This commit is contained in:
cos 2024-11-07 01:13:05 +08:00 committed by GitHub
parent f845a1e297
commit c875d697b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ const AppNotificationContainer: FC = () => {
<div>
App is upgraded to{" "}
<a
href={`${repository.url}/releases/tag/${APP_VERSION}`}
href={`${repository.url}/releases/tag/v${APP_VERSION}`}
target="_blank"
rel="noreferrer"
>