mirror of
https://github.com/mempool/mempool.git
synced 2025-04-09 20:39:18 +02:00
Add unfurler routes for /enterprise and /sponsor
This commit is contained in:
parent
df51018599
commit
cbc0e44d64
BIN
frontend/src/resources/previews/enterprise.jpg
Normal file
BIN
frontend/src/resources/previews/enterprise.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 177 KiB |
BIN
frontend/src/resources/previews/sponsor.jpg
Normal file
BIN
frontend/src/resources/previews/sponsor.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
@ -47,6 +47,10 @@ const routes = {
|
||||
}
|
||||
}
|
||||
},
|
||||
enterprise: {
|
||||
title: "Mempool Enterprise",
|
||||
fallbackImg: '/resources/previews/enterprise.jpg',
|
||||
},
|
||||
lightning: {
|
||||
title: "Lightning",
|
||||
fallbackImg: '/resources/previews/lightning.jpg',
|
||||
@ -106,6 +110,10 @@ const routes = {
|
||||
title: "RBF",
|
||||
fallbackImg: '/resources/previews/rbf.jpg',
|
||||
},
|
||||
sponsor: {
|
||||
title: "Community Sponsors",
|
||||
fallbackImg: '/resources/previews/sponsor.jpg',
|
||||
},
|
||||
"terms-of-service": {
|
||||
title: "Terms of Service",
|
||||
fallbackImg: '/resources/previews/terms-of-service.jpg',
|
||||
|
Loading…
x
Reference in New Issue
Block a user