diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 73e7a17a2..a0ea005dd 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -13,7 +13,11 @@

Our mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, completely self-hosted without any trusted third-parties.

- +

Enterprise Sponsors 🚀

diff --git a/frontend/src/resources/promo-video/mempool-promo.jpg b/frontend/src/resources/promo-video/mempool-promo.jpg new file mode 100644 index 000000000..40715b507 Binary files /dev/null and b/frontend/src/resources/promo-video/mempool-promo.jpg differ diff --git a/frontend/sync-assets.js b/frontend/sync-assets.js index a39d913c8..4aa2c952f 100644 --- a/frontend/sync-assets.js +++ b/frontend/sync-assets.js @@ -81,7 +81,7 @@ if (configContent.BASE_MODULE && configContent.BASE_MODULE === 'liquid') { const testnetAssetsJsonUrl = 'https://raw.githubusercontent.com/Blockstream/asset_registry_testnet_db/master/index.json'; const testnetAssetsMinimalJsonUrl = 'https://raw.githubusercontent.com/Blockstream/asset_registry_testnet_db/master/index.minimal.json'; -const promoVideo = PATH + 'mempool-promo.mp4'; +const promoVideo = PATH + 'promo-video/mempool-promo.mp4'; const promoVideoUrl = 'https://raw.githubusercontent.com/mempool/mempool-promo/master/promo.mp4'; console.log('Downloading assets');