From 096b2313ed5cff53ba2ce2c78f5c8a513d2ae957 Mon Sep 17 00:00:00 2001 From: "yves.gugger" Date: Wed, 10 Dec 2025 13:54:52 +0100 Subject: [PATCH] fix: Command Center TLD Pricing now links to /command/pricing/[tld] Changed links from /tld-pricing/{tld} to /command/pricing/{tld}: - onRowClick handler in PremiumTable - Bell icon link in actions column This ensures authenticated users stay in the Command Center when navigating to TLD detail pages. --- frontend/src/app/command/pricing/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/command/pricing/page.tsx b/frontend/src/app/command/pricing/page.tsx index 5f48af5..800d4f0 100755 --- a/frontend/src/app/command/pricing/page.tsx +++ b/frontend/src/app/command/pricing/page.tsx @@ -342,7 +342,7 @@ export default function TLDPricingPage() { data={sortedData} keyExtractor={(tld) => tld.tld} loading={loading} - onRowClick={(tld) => window.location.href = `/tld-pricing/${tld.tld}`} + onRowClick={(tld) => window.location.href = `/command/pricing/${tld.tld}`} emptyIcon={} emptyTitle="No TLDs found" emptyDescription={searchQuery ? `No TLDs matching "${searchQuery}"` : "Check back later for TLD data"} @@ -440,10 +440,10 @@ export default function TLDPricingPage() { render: (tld) => (
e.stopPropagation()} - title="Set price alert" + title="View details" >