We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d60ba commit 06112d6Copy full SHA for 06112d6
src/markdoc/layouts/Integration.svelte
@@ -21,7 +21,7 @@
21
//const title = 'Integrations' + TITLE_SUFFIX;
22
//const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
23
const ogImage = DEFAULT_HOST + cover;
24
- const categoryHeading = partnerCategoryDescriptions.find(
+ const categoryHeading = integrationCategoryDescriptions.find(
25
(key) => key.slug === category.toLowerCase()
26
)?.heading;
27
</script>
0 commit comments