diff --git a/app/components/Notice.tsx b/app/components/Notice.tsx new file mode 100644 index 0000000..6c593c0 --- /dev/null +++ b/app/components/Notice.tsx @@ -0,0 +1,16 @@ +import { InformationCircleIcon } from '@heroicons/react/24/outline' +import clsx from 'clsx' +import { type ReactNode } from 'react' + +export default function Notice({ children }: { readonly children: ReactNode }) { + return ( +
-
@@ -63,6 +79,7 @@ export default function Page() {
Override local DNS