diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index d1e52efa5..0acc07322 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -311,9 +311,9 @@ Nunchuk - - - bitcoin-s + + + COLDCARD diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index aecff02fc..a360e180c 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -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; + } } } } diff --git a/frontend/src/resources/profile/coldcard.png b/frontend/src/resources/profile/coldcard.png new file mode 100644 index 000000000..1f4118747 Binary files /dev/null and b/frontend/src/resources/profile/coldcard.png differ