diff --git a/src/components/DashCommand.tsx b/src/components/DashCommand.tsx index f4704ec..e56c304 100644 --- a/src/components/DashCommand.tsx +++ b/src/components/DashCommand.tsx @@ -69,7 +69,7 @@ export function DashCommand() { <> - + {t("NoResults")} {nezhaWsData.servers && nezhaWsData.servers.length > 0 && ( <> diff --git a/src/components/ui/command.tsx b/src/components/ui/command.tsx index 2d76f1e..119d622 100644 --- a/src/components/ui/command.tsx +++ b/src/components/ui/command.tsx @@ -33,7 +33,7 @@ const CommandDialog = ({ children, ...props }: DialogProps) => { const CommandInput = React.forwardRef, React.ComponentPropsWithoutRef>( ({ className, ...props }, ref) => ( -
+