diff --git a/app/components/Link.tsx b/app/components/Link.tsx
new file mode 100644
index 0000000..c9f37ee
--- /dev/null
+++ b/app/components/Link.tsx
@@ -0,0 +1,31 @@
+import { LinkExternalIcon } from '@primer/octicons-react'
+
+import { cn } from '~/utils/cn'
+
+/* eslint-disable unicorn/no-keyword-prefix */
+type Properties = {
+ readonly to: string;
+ readonly name: string;
+ readonly children: string;
+ readonly className?: string;
+}
+
+export default function Link({ to, name: alt, children, className }: Properties) {
+ return (
+
+ {children}
+
The ACL file is used to define the access control rules for your network. - You can find more information about the ACL file in the Tailscale documentation. + You can find more information about the ACL file in the {' '} - - More information - + Tailscale ACL guide + + {' '} + and the + {' '} + + Headscale docs + + .