This commit is contained in:
2025-10-29 22:46:44 +01:00
parent 4a116e013c
commit 22f4d42c19
8 changed files with 116 additions and 35 deletions
+3 -3
View File
@@ -137,7 +137,7 @@ export const createPreviewWorkspaceHeaderActions = ({
{hasOcr ? (
<button
type="button"
className="icon-button ghost"
className="icon-button"
onClick={handleOcrClick}
aria-label="View OCR text"
title="View OCR text"
@@ -147,7 +147,7 @@ export const createPreviewWorkspaceHeaderActions = ({
) : null}
<button
type="button"
className="icon-button ghost"
className="icon-button"
onClick={() => onRegenerate(document.id)}
aria-label="Re-run analysis"
title="Re-run analysis"
@@ -179,7 +179,7 @@ export const createPreviewSurface = ({
? (
<button
type="button"
className="icon-button ghost"
className="icon-button"
onClick={() => onClose?.()}
aria-label="Close preview"
title="Close preview"