Skip to content

Commit

Permalink
Fix icon for Specter Wallet on About page
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Mar 17, 2021
1 parent c866fbf commit f2a0844
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/src/app/components/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@ <h3 i18n="about.integrations">Community Integrations</h3>
</div>
</a>

<a href="https://github.com/cryptoadvance/specter-desktop" target="_blank">
<div class="profile_photo d-inline-block" title="Specter Wallet">
<img class="profile_img" src="/resources/profile/specter.png" />
Specter
</div>
</a>

<a href="https://github.com/spesmilo/electrum" target="_blank">
<div class="profile_photo d-inline-block" title="Electrum Wallet">
<img class="profile_img" src="/resources/profile/electrum.jpg" />
Expand Down Expand Up @@ -264,13 +271,6 @@ <h3 i18n="about.integrations">Community Integrations</h3>
</div>
</a>

<a href="https://github.com/cryptoadvance/specter-desktop" target="_blank">
<div class="profile_photo d-inline-block" title="Specter Wallet">
<img class="profile_img" src="/resources/profile/specter.jpg" />
Specter
</div>
</a>

<br><br><br>

<h3 i18n="about.alliances">Community Alliances</h3>
Expand Down
Binary file removed frontend/src/resources/profile/specter.jpg
Binary file not shown.
Binary file added frontend/src/resources/profile/specter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2a0844

Please sign in to comment.