mirror of
https://github.com/mempool/mempool.git
synced 2025-03-18 05:42:55 +01:00
Add unfurler page for /blocks and /tx/push
This commit is contained in:
parent
5ea4ef80b9
commit
0dff902151
@ -26,6 +26,10 @@ const routes = {
|
||||
return `Block: ${path[0]}`;
|
||||
}
|
||||
},
|
||||
blocks: {
|
||||
title: "Blocks",
|
||||
fallbackImg: '/resources/previews/blocks.jpg',
|
||||
},
|
||||
docs: {
|
||||
title: "Docs",
|
||||
fallbackImg: '/resources/previews/faq.jpg',
|
||||
@ -51,6 +55,7 @@ const routes = {
|
||||
},
|
||||
routes: {
|
||||
push: {
|
||||
title: "Push Transaction",
|
||||
fallbackImg: '/resources/previews/tx-push.jpg',
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user