diff --git a/apps/backoffice-v2/src/common/components/organisms/Header/Header.Logo.tsx b/apps/backoffice-v2/src/common/components/organisms/Header/Header.Logo.tsx index 671800c34..348df3e97 100644 --- a/apps/backoffice-v2/src/common/components/organisms/Header/Header.Logo.tsx +++ b/apps/backoffice-v2/src/common/components/organisms/Header/Header.Logo.tsx @@ -6,6 +6,7 @@ import { useCustomerQuery } from '@/domains/customer/hook/queries/useCustomerQue import { AspectRatio } from '../../atoms/AspectRatio/AspectRatio'; import { useRedirectToRootUrl } from '@/common/hooks/useRedirectToRootUrl/useRedirectToRootUrl'; import { Skeleton } from '@ballerine/ui'; +import { buttonVariants } from '@/common/components/atoms/Button/Button'; /** * @description {@link BallerineLogo} with navigation to "/" on click. @@ -20,7 +21,10 @@ export const Logo: FunctionComponent = () => {

{isLoading && } {!isLoading && imageUrl && (