mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
/wallets/index.html: Fixes missing Jaxx Logo
This commit is contained in:
parent
e3c2e5a788
commit
5a42bd67cd
3 changed files with 5 additions and 6 deletions
|
@ -263,7 +263,7 @@
|
|||
- name: Jaxx
|
||||
description: |
|
||||
All keys are created on your local device and never sent to any servers. This means you have full control of your wallet and Jaxx neither holds nor has access to your funds.
|
||||
logo_url: "https://jaxx.io/images/favicon.ico"
|
||||
logo_url: "/assets/img/wallets/jaxx-logo.ico"
|
||||
os: linux
|
||||
type: desktop
|
||||
vendor_id: jaxx
|
||||
|
@ -282,7 +282,7 @@
|
|||
- name: Jaxx
|
||||
description: |
|
||||
All keys are created on your local device and never sent to any servers. This means you have full control of your wallet and Jaxx neither holds nor has access to your funds.
|
||||
logo_url: "https://jaxx.io/images/favicon.ico"
|
||||
logo_url: "/assets/img/wallets/jaxx-logo.ico"
|
||||
os: win32
|
||||
type: desktop
|
||||
vendor_id: jaxx
|
||||
|
@ -301,7 +301,7 @@
|
|||
- name: Jaxx
|
||||
description: |
|
||||
All keys are created on your local device and never sent to any servers. This means you have full control of your wallet and Jaxx neither holds nor has access to your funds.
|
||||
logo_url: "https://jaxx.io/images/favicon.ico"
|
||||
logo_url: "/assets/img/wallets/jaxx-logo.ico"
|
||||
os: win64
|
||||
type: desktop
|
||||
vendor_id: jaxx
|
||||
|
@ -368,7 +368,7 @@
|
|||
- name: Jaxx
|
||||
description: |
|
||||
All keys are created on your local device and never sent to any servers. This means you have full control of your wallet and Jaxx neither holds nor has access to your funds.
|
||||
logo_url: "https://jaxx.io/images/favicon.ico"
|
||||
logo_url: "/assets/img/wallets/jaxx-logo.ico"
|
||||
os: osx
|
||||
type: desktop
|
||||
vendor_id: jaxx
|
||||
|
@ -452,7 +452,7 @@
|
|||
Jaxx Blockchain Interface & Wallet
|
||||
</p>
|
||||
All keys are created on your local device and never sent to any servers. This means you have full control of your wallet and Jaxx neither holds nor has access to your funds.
|
||||
logo_url: "https://jaxx.io/images/favicon.ico"
|
||||
logo_url: "/assets/img/wallets/jaxx-logo.ico"
|
||||
os: android
|
||||
type: mobile
|
||||
vendor_id: jaxx
|
||||
|
|
BIN
assets/img/wallets/jaxx-logo.ico
Normal file
BIN
assets/img/wallets/jaxx-logo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -22,7 +22,6 @@ description: pages.wallets.description
|
|||
{% endfor %}
|
||||
|
||||
<div class="page page--wallets">
|
||||
|
||||
<section class="section clearfix">
|
||||
<div class="section__content">
|
||||
<h3>{% t pages.wallets.wallets-security-header %}</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue