Use new mempool preview image as default

This commit is contained in:
Mononaut 2022-08-31 20:40:24 +00:00
parent 5300f84e77
commit 4f7ce3cc53

View File

@ -56,8 +56,7 @@ const routes = {
const networks = { const networks = {
bitcoin: { bitcoin: {
fallbackImg: '/resources/mempool-space-preview.png', fallbackImg: '/resources/previews/dashboard.png',
staticImg: '/resources/previews/dashboard.png',
routes: { routes: {
...routes // all routes supported ...routes // all routes supported
} }