From c3698eedcb8a0e7226fce0299d63ace03261f970 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Mon, 24 Aug 2026 01:49:32 -0300 Subject: [PATCH] fix(dashboard): route the Adapta tutorial CTA through the branded shortener (#11329) Validated on a 17-PR combined board: TSX parses clean, eslint clean. Adapta tutorial CTA href now points at the branded shortener (link.omniroute.online/adapta) while keeping the visible link text as the real domain. Completes #11196's shortener rollout. --- .../providers/[id]/components/AdaptaTutorialModal.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/(dashboard)/dashboard/providers/[id]/components/AdaptaTutorialModal.tsx b/src/app/(dashboard)/dashboard/providers/[id]/components/AdaptaTutorialModal.tsx index e01ab1ea2d..8882b7ab3c 100644 --- a/src/app/(dashboard)/dashboard/providers/[id]/components/AdaptaTutorialModal.tsx +++ b/src/app/(dashboard)/dashboard/providers/[id]/components/AdaptaTutorialModal.tsx @@ -7,6 +7,10 @@ type AdaptaTutorialModalProps = { onClose: () => void; }; +// The Adapta CTA href points at https://link.omniroute.online/adapta (our own +// shortener, the `adapta` slug) so the click lands in our Kutt metrics. The visible +// link text intentionally stays the real domain (agent.adapta.one/agentic-chat) so +// users still see where they are going. export function AdaptaTutorialModal({ isOpen, onClose }: AdaptaTutorialModalProps) { const t = useTranslations("providers.adaptaTutorial"); @@ -29,7 +33,7 @@ export function AdaptaTutorialModal({ isOpen, onClose }: AdaptaTutorialModalProp

{t("step1DescPrefix")}{" "}