mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
open update links in new tab
This commit is contained in:
parent
0cb14f3f6c
commit
e92cb29025
@ -18,7 +18,7 @@ export default function UpdateNotice() {
|
|||||||
function handleViewClick() {
|
function handleViewClick() {
|
||||||
updateCheck();
|
updateCheck();
|
||||||
setDismissed(true);
|
setDismissed(true);
|
||||||
location.href = releaseUrl || REPO_URL;
|
open(releaseUrl || REPO_URL, '_blank');
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleDismissClick() {
|
function handleDismissClick() {
|
||||||
|
Loading…
Reference in New Issue
Block a user