File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11"use client" ;
22
3- import { getTrackingParams } from "@databuddy/sdk" ;
3+ import { getTracker } from "@databuddy/sdk" ;
44import Link from "next/link" ;
55import { FaDiscord , FaGithub , FaXTwitter } from "react-icons/fa6" ;
66import { IoMdMail } from "react-icons/io" ;
@@ -10,7 +10,7 @@ export function DocsFooter() {
1010 const handleGetStarted = ( ) => {
1111 if ( typeof window === "undefined" ) return ;
1212
13- const trackingParams = getTrackingParams ( ) ;
13+ const trackingParams = getTracker ( ) ;
1414 const url = trackingParams
1515 ? `https://app.databuddy.cc/login?${ trackingParams } `
1616 : "https://app.databuddy.cc/login" ;
Original file line number Diff line number Diff line change 11"use client" ;
22
3- import { getTrackingParams } from "@databuddy/sdk" ;
3+ import { getTracker } from "@databuddy/sdk" ;
44import Link from "next/link" ;
55import { FaDiscord , FaGithub , FaXTwitter } from "react-icons/fa6" ;
66import { IoMdMail } from "react-icons/io" ;
@@ -12,7 +12,7 @@ export function Footer() {
1212 const handleGetStarted = ( ) => {
1313 if ( typeof window === "undefined" ) return ;
1414
15- const trackingParams = getTrackingParams ( ) ;
15+ const trackingParams = getTracker ( ) ;
1616 const url = trackingParams
1717 ? `https://app.databuddy.cc/login?${ trackingParams } `
1818 : "https://app.databuddy.cc/login" ;
You can’t perform that action at this time.
0 commit comments