🚀 Auto-deploy: melhoria no snap e medição AR em 25/05/2026 00:41:06
This commit is contained in:
@@ -144,6 +144,8 @@ const Viewer = () => {
|
||||
type="file"
|
||||
accept={ACCEPTED_EXTENSIONS}
|
||||
className="hidden"
|
||||
title="Selecionar arquivo de maquete para upload"
|
||||
placeholder="Upload de maquete"
|
||||
onChange={handleFileUpload}
|
||||
/>
|
||||
|
||||
@@ -256,7 +258,7 @@ const Viewer = () => {
|
||||
);
|
||||
};
|
||||
|
||||
function InfoItem({ icon: Icon, label, value }: { icon: any; label: string; value: string }) {
|
||||
function InfoItem({ icon: Icon, label, value }: { icon: React.ComponentType<{ className?: string }>; label: string; value: string }) {
|
||||
return (
|
||||
<div className="flex items-start gap-3">
|
||||
<Icon className="mt-0.5 h-4 w-4 shrink-0 text-primary" />
|
||||
|
||||
Reference in New Issue
Block a user