From b7ad8e459cae11ca74d976f6bd2e02559912716a Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Fri, 6 Feb 2026 23:03:07 +0800 Subject: desktop: add loading window and restructure rust (#12176) --- packages/ui/src/components/logo.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/ui/src') diff --git a/packages/ui/src/components/logo.tsx b/packages/ui/src/components/logo.tsx index 26f312bda..20c2f3fbe 100644 --- a/packages/ui/src/components/logo.tsx +++ b/packages/ui/src/components/logo.tsx @@ -1,3 +1,5 @@ +import { ComponentProps } from "solid-js" + export const Mark = (props: { class?: string }) => { return ( { ) } -export const Splash = (props: { class?: string }) => { +export const Splash = (props: Pick, "ref" | "class">) => { return (