1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-22 11:45:59 +01:00

help contact url is on main site, not vault

This commit is contained in:
Kyle Spearrin 2016-10-06 23:57:40 -04:00
parent 7949c02e7a
commit eb0461596e

View File

@ -9,7 +9,7 @@
$scope.website = function () {
$analytics.eventTrack('Selected Help Website');
chrome.tabs.create({ url: 'https://vault.bitwarden.com/contact/' });
chrome.tabs.create({ url: 'https://bitwarden.com/contact/' });
};
$scope.bug = function () {