Skip to content

Commit 06112d6

Browse files
Update Integration.svelte
1 parent 33d60ba commit 06112d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdoc/layouts/Integration.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//const title = 'Integrations' + TITLE_SUFFIX;
2222
//const ogImage = DEFAULT_HOST + '/images/open-graph/website.png';
2323
const ogImage = DEFAULT_HOST + cover;
24-
const categoryHeading = partnerCategoryDescriptions.find(
24+
const categoryHeading = integrationCategoryDescriptions.find(
2525
(key) => key.slug === category.toLowerCase()
2626
)?.heading;
2727
</script>

0 commit comments

Comments
 (0)