diff --git a/frontend/pages/SoftwarePage/SoftwareTitleDetailsPage/ViewYamlModal/helpers.tsx b/frontend/pages/SoftwarePage/SoftwareTitleDetailsPage/ViewYamlModal/helpers.tsx index cb9a174a05..534bcaf022 100644 --- a/frontend/pages/SoftwarePage/SoftwareTitleDetailsPage/ViewYamlModal/helpers.tsx +++ b/frontend/pages/SoftwarePage/SoftwareTitleDetailsPage/ViewYamlModal/helpers.tsx @@ -194,7 +194,7 @@ export const createPackageYaml = ({ } if (iconUrl) { - yaml += ` icon_url: + yaml += ` icon: path: ./icons/${hyphenatedSWTitle}-icon.png `; }