diff --git a/client/components/LoadingScreen.tsx b/client/components/LoadingScreen.tsx index 4c0f230a..2529faf1 100644 --- a/client/components/LoadingScreen.tsx +++ b/client/components/LoadingScreen.tsx @@ -8,6 +8,7 @@ interface LoadingScreenProps { showProgress?: boolean; duration?: number; accentColor?: string; + armLogo?: string; } export default function LoadingScreen({