From ac2e1f9992fd652703b45af323ef5348b50f7b07 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:03:07 +0000 Subject: [PATCH] place show clickmap button inline with input Co-Authored-By: mantra --- .../analytics/clickmaps/page-client.tsx | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/analytics/clickmaps/page-client.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/analytics/clickmaps/page-client.tsx index 55a983e28..2c5085053 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/analytics/clickmaps/page-client.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/analytics/clickmaps/page-client.tsx @@ -142,37 +142,37 @@ export default function PageClient() { fillWidth > -
-
- Exact page origin - - Use the exact origin shown in the browser address bar, including for domains matched by a wildcard. - - setCustomOrigin(event.target.value)} placeholder="https://app.example.com" /> - {wildcardDomains.length > 0 && ( -
- - - {wildcardDomains.map((d) => d.baseUrl).join(", ")} can match real pages, but cannot be opened directly as a clickmap target. - -
- )} +
+ Exact page origin + + Use the exact origin shown in the browser address bar, including for domains matched by a wildcard. + +
+ setCustomOrigin(event.target.value)} placeholder="https://app.example.com" /> +
- + {wildcardDomains.length > 0 && ( +
+ + + {wildcardDomains.map((d) => d.baseUrl).join(", ")} can match real pages, but cannot be opened directly as a clickmap target. + +
+ )}