diff --git a/app/routes/machines/components/menu.tsx b/app/routes/machines/components/menu.tsx
index c3acf16..4c7a9ce 100644
--- a/app/routes/machines/components/menu.tsx
+++ b/app/routes/machines/components/menu.tsx
@@ -1,5 +1,6 @@
import { Cog, Ellipsis, SquareTerminal } from 'lucide-react';
import { useState } from 'react';
+import Button from '~/components/Button';
import Menu from '~/components/Menu';
import type { User } from '~/types';
import cn from '~/utils/cn';
@@ -32,7 +33,7 @@ export default function MachineMenu({
node.hostInfo?.sshHostKeys && node.hostInfo?.sshHostKeys.length > 0;
return (
- <>
+
{modal === 'remove' && (
)}
+ {supportsTailscaleSSH ? (
+ isFullButton ? (
+
+ ) : (
+
+ )
+ ) : undefined}
- >
+
);
}