Skip to content

Commit befe6eb

Browse files
committed
Merge branch 'staging' of https://github.com/databuddy-analytics/Databuddy into staging
2 parents 9f9c45b + 5ee019c commit befe6eb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

apps/dashboard/app/(main)/websites/[id]/_components/tabs/tracking-setup-tab.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
ClipboardIcon,
1010
CodeIcon,
1111
FileCodeIcon,
12-
InfoIcon,
12+
ChatCircleIcon,
1313
WarningCircleIcon,
1414
} from '@phosphor-icons/react';
1515
import { useState } from 'react';
@@ -602,22 +602,21 @@ export function WebsiteTrackingSetupTab({ websiteId }: WebsiteDataTabProps) {
602602
<div className="grid grid-cols-2 gap-3">
603603
<Button asChild size="sm" variant="outline">
604604
<a
605-
className="flex items-center gap-2"
606-
href="https://docs.databuddy.cc"
605+
className="flex items-center justify-center gap-2"
606+
href="https://www.databuddy.cc/docs"
607607
rel="noopener noreferrer"
608608
target="_blank"
609609
>
610610
<BookOpenIcon className="h-4 w-4" weight="duotone" />
611611
Documentation
612-
<ArrowSquareOutIcon className="ml-auto h-3 w-3" weight="fill" />
613612
</a>
614613
</Button>
615614
<Button asChild size="sm" variant="outline">
616615
<a
617-
className="flex items-center gap-2"
616+
className="flex items-center justify-center gap-2"
618617
href="mailto:[email protected]"
619618
>
620-
<InfoIcon className="h-4 w-4" weight="duotone" />
619+
<ChatCircleIcon className="h-4 w-4" weight="duotone" />
621620
Get Support
622621
</a>
623622
</Button>

0 commit comments

Comments
 (0)