mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
feat: bugfixes, spedup, bulk actions,
This commit is contained in:
@@ -22,6 +22,7 @@ export function FilePreview({ file }: { file: File }) {
|
||||
alt={file.filename}
|
||||
width={300}
|
||||
height={400}
|
||||
loading="lazy"
|
||||
className={`${
|
||||
isEnlarged
|
||||
? "fixed inset-0 z-50 m-auto w-screen h-screen object-contain cursor-zoom-out"
|
||||
|
||||
Reference in New Issue
Block a user