We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acb8e4 commit fc81546Copy full SHA for fc81546
apps/renderer/src/modules/upgrade/container.tsx
@@ -56,8 +56,14 @@ const AppNotificationContainer: FC = () => {
56
toast.success(
57
<div>
58
App is upgraded to{" "}
59
- <a href={`${repository.url}/releases/tag/${APP_VERSION}`}>{APP_VERSION}</a>, enjoy the new
60
- features! 🎉
+ <a
+ href={`${repository.url}/releases/tag/${APP_VERSION}`}
61
+ target="_blank"
62
+ rel="noreferrer"
63
+ >
64
+ {APP_VERSION}
65
+ </a>
66
+ , enjoy the new features! 🎉
67
</div>,
68
{
69
duration: 10e8,
0 commit comments