This commit is contained in:
Timur Ercan
2023-02-14 13:09:43 +01:00
parent 6febc3d38e
commit 61792f4ba0

View File

@ -53,7 +53,7 @@ export default function Field(props: FieldPropsType) {
> >
<div className="m-auto w-auto flex-row-reverse text-lg font-bold text-center"> <div className="m-auto w-auto flex-row-reverse text-lg font-bold text-center">
{/* todo icons */} {/* todo icons */}
Signature {field.type}
<div className="text-xs text-center">{props.field.recipient}</div> <div className="text-xs text-center">{props.field.recipient}</div>
</div> </div>
</div> </div>