update docs link in command palette

This commit is contained in:
Henry Dollman
2024-12-17 17:42:58 -05:00
parent d8f3206e8b
commit e88eb1a884

View File

@@ -1,6 +1,6 @@
import { import {
BookIcon,
DatabaseBackupIcon, DatabaseBackupIcon,
Github,
LayoutDashboard, LayoutDashboard,
LogsIcon, LogsIcon,
MailIcon, MailIcon,
@@ -114,16 +114,16 @@ export default function CommandPalette({ open, setOpen }: { open: boolean; setOp
</CommandShortcut> </CommandShortcut>
</CommandItem> </CommandItem>
<CommandItem <CommandItem
keywords={["github", "oauth", "oidc"]} keywords={["help", "oauth", "oidc"]}
onSelect={() => { onSelect={() => {
window.location.href = "https://github.com/henrygd/beszel/blob/main/readme.md" window.location.href = "https://beszel.dev/guide/what-is-beszel"
}} }}
> >
<Github className="me-2 h-4 w-4" /> <BookIcon className="me-2 h-4 w-4" />
<span> <span>
<Trans>Documentation</Trans> <Trans>Documentation</Trans>
</span> </span>
<CommandShortcut>GitHub</CommandShortcut> <CommandShortcut>beszel.dev</CommandShortcut>
</CommandItem> </CommandItem>
</CommandGroup> </CommandGroup>
{isAdmin() && ( {isAdmin() && (