From 5d023d9bca0ae91033ec9804ae79bd8d024b5b42 Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Fri, 11 Apr 2025 03:22:57 +0000 Subject: [PATCH] Fix navigation and DNS record management issues. Improved back button implementation and updated enable/disable functionality for DNS records. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/ed9cd0f0-32d1-420e-a7ed-01994944d731.jpg --- .../src/components/domain/domain-details.tsx | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/client/src/components/domain/domain-details.tsx b/client/src/components/domain/domain-details.tsx index 4e704cf..6965b2c 100644 --- a/client/src/components/domain/domain-details.tsx +++ b/client/src/components/domain/domain-details.tsx @@ -393,7 +393,15 @@ export function DomainDetails({ domain, onBack }: DomainDetailsProps) { return ( <>
-

DNS Records for {domain.name}

+
+ {onBack && ( + + )} +

DNS Records for {domain.name}

+