Add unfurler routes for /enterprise and /sponsor

This commit is contained in:
hunicus 2024-03-12 10:24:04 +09:00
parent df51018599
commit cbc0e44d64
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9
3 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

View File

@ -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',