From c155598c0844a743f64680b4e183109489cf8271 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Wed, 31 Aug 2022 20:40:24 +0000 Subject: [PATCH] Use new mempool preview image as default --- unfurler/src/routes.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unfurler/src/routes.ts b/unfurler/src/routes.ts index 24922c85d..c6e77e79a 100644 --- a/unfurler/src/routes.ts +++ b/unfurler/src/routes.ts @@ -56,8 +56,7 @@ const routes = { const networks = { bitcoin: { - fallbackImg: '/resources/mempool-space-preview.png', - staticImg: '/resources/previews/dashboard.png', + fallbackImg: '/resources/previews/dashboard.png', routes: { ...routes // all routes supported }