diff --git a/invokeai/frontend/web/src/common/components/Loading/Loading.tsx b/invokeai/frontend/web/src/common/components/Loading/Loading.tsx index bbb605f92b..a2d6e5680e 100644 --- a/invokeai/frontend/web/src/common/components/Loading/Loading.tsx +++ b/invokeai/frontend/web/src/common/components/Loading/Loading.tsx @@ -1,6 +1,6 @@ import { Flex, Image, Spinner } from '@chakra-ui/react'; -import InvokeAILogoImage from 'assets/images/logo.png'; import InvokeAILogoNew from 'assets/images/invoke-key-wht-lrg.svg'; +import InvokeAILogoImage from 'assets/images/logo.png'; import { memo } from 'react'; // This component loads before the theme so we cannot use theme tokens here