diff --git a/client/src/views/lander.js b/client/src/views/lander.js index f6fffeae..32424480 100644 --- a/client/src/views/lander.js +++ b/client/src/views/lander.js @@ -7,7 +7,7 @@ const logoSources = { dark: { sideswap: `${staticRoot}img/logos/sideswap.svg`, sparrow: `${staticRoot}img/logos/sparrow.png`, - blockstreamGreen: `${staticRoot}img/logos/blockstream-green.svg`, + blockstreamApp: `${staticRoot}img/logos/app_logo_darkmode.svg`, lwk: `${staticRoot}img/logos/lwk.svg`, aqua: `${staticRoot}img/logos/aqua.svg`, bitcoinDevKit: `${staticRoot}img/logos/bitcoin-dev-kit.svg`, @@ -16,7 +16,7 @@ const logoSources = { light: { sideswap: `${staticRoot}img/logos/sideswap-dark.svg`, sparrow: `${staticRoot}img/logos/sparrow-dark.png`, - blockstreamGreen: `${staticRoot}img/logos/blockstream-green-dark.svg`, + blockstreamApp: `${staticRoot}img/logos/app_logo_lightmode.svg`, lwk: `${staticRoot}img/logos/lwk-dark.svg`, aqua: `${staticRoot}img/logos/aqua-dark.svg`, bitcoinDevKit: `${staticRoot}img/logos/bitcoin-dev-kit-dark.svg`, @@ -53,7 +53,7 @@ const LandingPage = ({ t, theme, ...S }) => {
SideSwap Logo Sparrow Bitcoin Wallet Logo - Blockstream Green Logo + Blockstream App Logo LWK Logo Aqua Logo Bitcoin Dev Kit @@ -67,7 +67,7 @@ const LandingPage = ({ t, theme, ...S }) => {
SideSwap Logo Sparrow Bitcoin Wallet Logo - Blockstream Green Logo + Blockstream App Logo LWK Logo Aqua Logo Bitcoin Dev Kit diff --git a/client/src/views/nav-toggle.js b/client/src/views/nav-toggle.js index 85b29159..4386defb 100644 --- a/client/src/views/nav-toggle.js +++ b/client/src/views/nav-toggle.js @@ -25,9 +25,9 @@ export default (t, theme, page) =>
jade logo - green logo + blockstream app logo jade logo - green logo + blockstream app logo
diff --git a/www/img/icons/app_logo_darkmode.svg b/www/img/icons/app_logo_darkmode.svg new file mode 100644 index 00000000..b2a21c8f --- /dev/null +++ b/www/img/icons/app_logo_darkmode.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/img/icons/app_logo_lightmode.svg b/www/img/icons/app_logo_lightmode.svg new file mode 100644 index 00000000..1e56080d --- /dev/null +++ b/www/img/icons/app_logo_lightmode.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/img/logos/app_logo_darkmode.svg b/www/img/logos/app_logo_darkmode.svg new file mode 100644 index 00000000..26d2c210 --- /dev/null +++ b/www/img/logos/app_logo_darkmode.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/img/logos/app_logo_lightmode.svg b/www/img/logos/app_logo_lightmode.svg new file mode 100644 index 00000000..21729401 --- /dev/null +++ b/www/img/logos/app_logo_lightmode.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/style.css b/www/style.css index 961ddb63..3cb190e7 100644 --- a/www/style.css +++ b/www/style.css @@ -2599,7 +2599,7 @@ dl.mempool-histogram .bar:before { height: 30px; } -.toggle-menu .section1 .wallets-link .wallets-logo .green-logo{ +.toggle-menu .section1 .wallets-link .wallets-logo .app-logo{ display: block; margin: 0 20px; height: 30px;