mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
added utm params to unsupported page download link
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = function(state) {
|
|||||||
<div class="description"><a href="https://github.com/mozilla/send/blob/master/docs/faq.md#why-is-my-browser-not-supported">${state.translate(
|
<div class="description"><a href="https://github.com/mozilla/send/blob/master/docs/faq.md#why-is-my-browser-not-supported">${state.translate(
|
||||||
'notSupportedLink'
|
'notSupportedLink'
|
||||||
)}</a></div>
|
)}</a></div>
|
||||||
<a id="dl-firefox" href="https://www.mozilla.org/firefox/new/?scene=2">
|
<a id="dl-firefox" href="https://www.mozilla.org/firefox/new/?utm_campaign=send-acquisition&utm_medium=referral&utm_source=send.firefox.com">
|
||||||
<img src="${assets.get(
|
<img src="${assets.get(
|
||||||
'firefox_logo-only.svg'
|
'firefox_logo-only.svg'
|
||||||
)}" class="firefox-logo" alt="Firefox"/>
|
)}" class="firefox-logo" alt="Firefox"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user