Fix destination of Learn more button
This commit is contained in:
parent
d489a67a22
commit
392aaa76f4
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const UpdateToast = ({
|
|||
}
|
||||
|
||||
function handleButtonClicked() {
|
||||
window.open('/about', '_blank')
|
||||
window.open('/updates', '_blank')
|
||||
setToastCookie()
|
||||
onActionClicked()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue