From 10fc4d27ad6bfcec33e64195d10ed7881e5085a4 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Wed, 8 May 2024 19:59:50 +0000 Subject: [PATCH] Fix onbtc unfurler fallback image --- unfurler/src/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unfurler/src/routes.ts b/unfurler/src/routes.ts index ba8c26f0c..363d8e6c7 100644 --- a/unfurler/src/routes.ts +++ b/unfurler/src/routes.ts @@ -254,7 +254,7 @@ const networks = { routes: {} // no routes supported }, onbtc: { - fallbackImg: '/resources/onbtc/onbtc-preview.png', + fallbackImg: '/resources/sv/onbtc-preview.jpg', routes: { // only dynamic routes supported block: routes.block, address: routes.address,