Fix destination of Learn more button

This commit is contained in:
Justin Edmund 2023-01-25 22:52:49 -08:00
parent d489a67a22
commit 392aaa76f4

View file

@ -42,7 +42,7 @@ const UpdateToast = ({
}
function handleButtonClicked() {
window.open('/about', '_blank')
window.open('/updates', '_blank')
setToastCookie()
onActionClicked()
}