Fix icon key name in "View YAML" modal (#34140)

Fixes #34060.

- [x] QA'd all new/changed functionality manually

For unreleased bug fixes in a release candidate, one of:

- [x] Confirmed that the fix is not expected to adversely impact load
test results
This commit is contained in:
Ian Littman 2025-10-14 10:18:29 -05:00 committed by GitHub
parent f42e45eeec
commit 14b3350eaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,7 +194,7 @@ export const createPackageYaml = ({
}
if (iconUrl) {
yaml += ` icon_url:
yaml += ` icon:
path: ./icons/${hyphenatedSWTitle}-icon.png
`;
}