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" >