diff --git a/pkgs/clan-app/ui/src/workflows/Install/Install.stories.tsx b/pkgs/clan-app/ui/src/workflows/Install/Install.stories.tsx index 70e5b45ea..c7f739909 100644 --- a/pkgs/clan-app/ui/src/workflows/Install/Install.stories.tsx +++ b/pkgs/clan-app/ui/src/workflows/Install/Install.stories.tsx @@ -127,7 +127,7 @@ const mockFetcher: Fetcher = ( ], }, ], - run_generators: true, + run_generators: null, get_machine_hardware_summary: { hardware_config: "nixos-facter", }, diff --git a/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx b/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx index c8fd3ac4d..50bea450d 100644 --- a/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx +++ b/pkgs/clan-app/ui/src/workflows/Install/steps/createInstaller.tsx @@ -19,6 +19,7 @@ import Icon from "@/src/components/Icon/Icon"; import { useSystemStorageOptions } from "@/src/hooks/queries"; import { useApiClient } from "@/src/hooks/ApiClient"; import { onMount } from "solid-js"; +import cx from "classnames"; const Prose = () => ( { )} { }; return ( -
-
+
+ usb logo +
{