breautek commented on code in PR #1339: URL: https://github.com/apache/cordova-docs/pull/1339#discussion_r1679900977
########## www/docs/en/dev/config_ref/images.md: ########## @@ -34,7 +34,7 @@ When working in the CLI you can define application icon(s) via the `<icon>` elem If you do not specify an icon, the Apache Cordova logo is used. ```xml - <icon src="res/ios/icon.png" platform="ios" width="57" height="57" density="mdpi" /> + <icon src="res/ios/icon.png" platform="ios" width="57" height="57" /> Review Comment: I reviewed https://cordova.apache.org/docs/en/12.x/config_ref/images.html and I think that's also fine... the `density` attribute is actually documented in the android section. In fact I don't think it requires further changes anymore now that I had a look at the entire page as a whole. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
