fix: recommended browser page link.

This commit is contained in:
Hristo Terezov
2020-05-15 15:06:41 -05:00
parent 3f679407a9
commit 262e855260
37 changed files with 45 additions and 42 deletions
+4 -1
View File
@@ -23,7 +23,10 @@ export function maybeShowSuboptimalExperienceNotification(dispatch, t) {
titleKey: 'notify.suboptimalExperienceTitle',
description: translateToHTML(
t,
'notify.suboptimalBrowserWarning'
'notify.suboptimalBrowserWarning',
{
recommendedBrowserPageLink: `${window.location.origin}/static/recommendedBrowsers.html`
}
)
}
)