Use new mempool preview image as default

This commit is contained in:
Mononaut 2022-08-31 20:40:24 +00:00
parent 10bca8f665
commit c155598c08
No known key found for this signature in database
GPG Key ID: 61B952CAF4838F94

View File

@ -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
}