diff --git a/web/components/empty-state/empty-state.tsx b/web/components/empty-state/empty-state.tsx index 5416eef43..a74502f4d 100644 --- a/web/components/empty-state/empty-state.tsx +++ b/web/components/empty-state/empty-state.tsx @@ -1,4 +1,5 @@ import React from "react"; +import Image from "next/image"; // components import { ComicBoxButton } from "./comic-box-button"; // ui @@ -51,8 +52,6 @@ export const EmptyState: React.FC = ({ ); - const imageElement = {primaryButton?.text; - const secondaryButtonElement = secondaryButton && ( - + + + + + + + - + + + +