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}

+