diff --git a/app/lookup/[domain]/(dns)/_components/stacked-record.tsx b/app/lookup/[domain]/(dns)/_components/stacked-record.tsx index 4ff3c73..45464dd 100644 --- a/app/lookup/[domain]/(dns)/_components/stacked-record.tsx +++ b/app/lookup/[domain]/(dns)/_components/stacked-record.tsx @@ -60,13 +60,15 @@ export const StackedRecord: FC = ({ } return ( -
-
- {name} - {TTL} +
+
+ {name} + {TTL}s
-

{interpolatedValue}

- {subvalues && } +

+ {interpolatedValue} + {subvalues && } +

); };