mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-20 17:56:31 +00:00
feat(gui): add referers to etcher.io links (#990)
We add referers to the two etcher.io links in the interface—one for the update link, and one for the footer logo link. Closes: https://github.com/resin-io/etcher/issues/987
This commit is contained in:
parent
5fb7b30584
commit
de6ad80038
@ -12,7 +12,7 @@
|
|||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<div class="modal-menu">
|
<div class="modal-menu">
|
||||||
<button class="button button-primary"
|
<button class="button button-primary"
|
||||||
os-open-external="https://etcher.io">DOWNLOAD</button>
|
os-open-external="https://etcher.io?ref=etcher_update">DOWNLOAD</button>
|
||||||
<button class="button button-default"
|
<button class="button button-default"
|
||||||
ng-click="modal.closeModal()">SKIP</button>
|
ng-click="modal.closeModal()">SKIP</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
<svg-icon path="../../../assets/etcher.svg"
|
<svg-icon path="../../../assets/etcher.svg"
|
||||||
width="83px"
|
width="83px"
|
||||||
height="13px"
|
height="13px"
|
||||||
os-open-external="https://etcher.io"></svg-icon>
|
os-open-external="https://etcher.io?ref=etcher_footer"></svg-icon>
|
||||||
|
|
||||||
<span class="caption">
|
<span class="caption">
|
||||||
IS <span class="caption" os-open-external="https://github.com/resin-io/etcher">AN OPEN SOURCE PROJECT</span> BY
|
IS <span class="caption" os-open-external="https://github.com/resin-io/etcher">AN OPEN SOURCE PROJECT</span> BY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user