diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 866a23b33..e52cb5f63 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -207,6 +207,14 @@ Gemini + + + Onramp Bitcoin + + + + Cake Wallet + Leather diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 099581a15..cb0babd61 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -272,6 +272,6 @@ display: flex; flex-wrap: wrap; justify-content: center; - max-width: 850px; + max-width: 1050px; } } diff --git a/frontend/src/resources/profile/cake-wallet.svg b/frontend/src/resources/profile/cake-wallet.svg new file mode 100644 index 000000000..2b3f84f07 --- /dev/null +++ b/frontend/src/resources/profile/cake-wallet.svg @@ -0,0 +1 @@ + diff --git a/frontend/src/resources/profile/onramp.png b/frontend/src/resources/profile/onramp.png new file mode 100644 index 000000000..fc3a37f1c Binary files /dev/null and b/frontend/src/resources/profile/onramp.png differ