Made icon be the same to inputs and outputs

This commit is contained in:
Lucas Oliveira 2024-03-30 22:57:22 +02:00
commit 08252710c4

View file

@ -232,7 +232,7 @@ export default function IOModal({
className="api-modal-tabs-content mt-4"
>
<div className="mx-2 mb-2 flex items-center gap-2 text-sm font-bold">
<IconComponent className="h-4 w-4" name={"FileType2"} />
<IconComponent className="h-4 w-4" name={"Type"} />
{OUTPUTS_MODAL_TITLE}
</div>
{nodes