fix: app upgraded toast href error (#1444)
This commit is contained in:
parent
f845a1e297
commit
c875d697b2
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue