Fix ability to specify if card is using heading

This commit is contained in:
Nicolas Mowen
2026-01-01 21:44:38 -07:00
parent ba3fc116e0
commit 8a718421ac
2 changed files with 13 additions and 2 deletions
+2 -1
View File
@@ -762,8 +762,9 @@ function DetectionReview({
{!loading && currentItems?.length === 0 && (
<EmptyCard
className="y-translate-1/2 absolute left-[50%] top-[50%] -translate-x-1/2"
className="absolute left-[50%] top-[50%] -translate-x-1/2 -translate-y-1/2 items-center text-center"
title={emptyCardData.title}
titleHeading={false}
description={emptyCardData.description}
icon={<LuFolderCheck className="size-16" />}
/>