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 32ca932 commit 972613bCopy full SHA for 972613b
apps/dashboard/components/layout/help-dialog.tsx
@@ -16,14 +16,14 @@ interface HelpDialogProps {
16
17
const helpItems = [
18
{
19
- href: 'https://databuddy.com/docs',
+ href: 'https://www.databuddy.cc/docs',
20
icon: BookOpenIcon,
21
title: 'Documentation',
22
description: 'Read guides and API references',
23
external: true,
24
},
25
26
- href: 'mailto:support@databuddy.com',
+ href: 'mailto:support@databuddy.cc',
27
icon: ChatCircleIcon,
28
title: 'Contact Support',
29
description: 'Get help from our support team',
0 commit comments