feat: add support for AAAA records
This commit is contained in:
parent
abedf40690
commit
81feb2f19a
3 changed files with 14 additions and 4 deletions
|
|
@ -38,8 +38,8 @@ export default function ManageRecords({ records, isDisabled }: Props) {
|
|||
<div className="flex gap-4 items-center">
|
||||
<p
|
||||
className={cn(
|
||||
'font-mono text-sm font-bold py-1 px-2 rounded-md',
|
||||
'bg-headplane-100 dark:bg-headplane-700/30',
|
||||
'font-mono text-sm font-bold py-1 px-2 rounded-md text-center',
|
||||
'bg-headplane-100 dark:bg-headplane-700/30 min-w-12',
|
||||
)}
|
||||
>
|
||||
{record.type}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue