Skip to content

Commit 972613b

Browse files
committed
fix: help dialog
1 parent 32ca932 commit 972613b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/components/layout/help-dialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ interface HelpDialogProps {
1616

1717
const helpItems = [
1818
{
19-
href: 'https://databuddy.com/docs',
19+
href: 'https://www.databuddy.cc/docs',
2020
icon: BookOpenIcon,
2121
title: 'Documentation',
2222
description: 'Read guides and API references',
2323
external: true,
2424
},
2525
{
26-
href: 'mailto:support@databuddy.com',
26+
href: 'mailto:support@databuddy.cc',
2727
icon: ChatCircleIcon,
2828
title: 'Contact Support',
2929
description: 'Get help from our support team',

0 commit comments

Comments
 (0)