Skip to content

Commit

Permalink
Fix the Klaviyo template reference so /cdp link works correctly (#10383)
Browse files Browse the repository at this point in the history
* Add Klaviyo docs

* tidy

* Improve wrapup

* Fix: use an actual template name

* sigh
  • Loading branch information
daniloc authored Jan 17, 2025
1 parent dd9204c commit 017509c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contents/docs/cdp/destinations/klaviyo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Send contacts and analytics events to Klaviyo
templateId: template-klaviyo
templateId: template-klaviyo-event
---

import Requirements from "../_snippets/requirements.mdx"
Expand Down
1 change: 0 additions & 1 deletion src/components/Home/Customers.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import startengine from './images/customers/startengine.svg'
import zendesk from './images/customers/zendesk.svg'
import researchgate from './images/customers/researchgate.svg'


import { useValues } from 'kea'
import { layoutLogic } from 'logic/layoutLogic'
import Link from 'components/Link'
Expand Down
3 changes: 2 additions & 1 deletion src/navs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ export const handbookSidebar = [
url: '/handbook/company/merch-store',
},
],
},{
},
{
name: 'PostHog.com',
url: '',
children: [
Expand Down

0 comments on commit 017509c

Please sign in to comment.