update to use ssh

This commit is contained in:
Henry Dollman
2024-07-09 19:44:09 -04:00
parent 04c14ad4ab
commit 7af8671134
14 changed files with 639 additions and 181 deletions

View File

@@ -53,7 +53,7 @@ export function Home() {
<CardTitle className={'mb-3'}>All Servers</CardTitle>
<CardDescription>
Press{' '}
<kbd className="pointer-events-none inline-flex h-5 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium text-muted-foreground opacity-100">
<kbd className="pointer-events-none inline-flex h-5 select-none items-center gap-0.5 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium text-muted-foreground opacity-100">
<span className="text-xs"></span>K
</kbd>{' '}
to open the command palette.