Merge pull request #1838 from magnetikonline/fix-keeweb-connect-extension-link

Fix broken links to download the KeeWeb Connect browser extension
This commit is contained in:
Dimitri Witkowski 2021-06-19 20:12:38 +02:00 committed by GitHub
commit 1d61c6ca03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class SettingsBrowserView extends View {
} else {
const extensionBrowserFamily = Features.extensionBrowserFamily;
data.extensionBrowserFamily = Features.extensionBrowserFamily;
data.extensionDownloadLink = Links[`KeeWebConnectFor${extensionBrowserFamily}`];
data.extensionDownloadLink = Links[`KWCFor${extensionBrowserFamily}`];
}
super.render(data);
}