File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
apps/dashboard/app/(main)/websites/[id]/_components/tabs Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 99 ClipboardIcon ,
1010 CodeIcon ,
1111 FileCodeIcon ,
12- InfoIcon ,
12+ ChatCircleIcon ,
1313 WarningCircleIcon ,
1414} from '@phosphor-icons/react' ;
1515import { 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"
618617619618 >
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 >
You can’t perform that action at this time.
0 commit comments