Add unfurler routes for /enterprise and /sponsor
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user