import Code from '~/components/Code'; import Dialog from '~/components/Dialog'; import Input from '~/components/Input'; interface Props { name: string; isDisabled: boolean; } export default function RenameTailnet({ name, isDisabled }: Props) { return (

Tailnet Name

This is the base domain name of your Tailnet. Devices are accessible at{' '} [device].{name} when Magic DNS is enabled.

{ event.target.select(); }} /> Rename Tailnet Rename Tailnet Keep in mind that changing this can lead to all sorts of unexpected behavior and may break existing devices in your tailnet.
); }