Replace bitcoin-s with coldcard on about page

This commit is contained in:
hunicus 2024-06-27 15:34:53 +09:00
parent fbb409e17b
commit 575fc737ca
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9
3 changed files with 9 additions and 3 deletions

View File

@ -311,9 +311,9 @@
<img class="image" src="/resources/profile/nunchuk.svg" />
<span>Nunchuk</span>
</a>
<a href="https://github.com/bitcoin-s/bitcoin-s" target="_blank" title="bitcoin-s">
<img class="image" src="/resources/profile/bitcoin-s.svg" />
<span>bitcoin-s</span>
<a href="http://github.com/COLDCARD" target="_blank" title="COLDCARD">
<img class="image coldcard" src="/resources/profile/coldcard.png" />
<span>COLDCARD</span>
</a>
<a href="https://github.com/EdgeApp" target="_blank" title="Edge">
<img class="image not-rounded" src="/resources/profile/edge.svg" />

View File

@ -156,6 +156,12 @@
}
img, svg {
margin: 40px 29px 10px;
&.image.coldcard {
border-radius: 0;
width: auto;
max-height: 50px;
margin: 40px 29px 14px 29px;
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB