From d62404f1642fd16d39109fa9713d2fef2192ac4d Mon Sep 17 00:00:00 2001 From: Kristiyan Nikolov <1583751+kpau@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:36:19 +0200 Subject: [PATCH] Documentation: Fix doc heading for PWA/App icons (#6290) --- docs/configs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configs/settings.md b/docs/configs/settings.md index 192e75cc9..34246f467 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -129,7 +129,7 @@ A progressive web app is an app that can be installed on a device and provide us More information on PWAs can be found in [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps). -## App icons +### App icons You can set custom icons for installable apps. More information about how you can set them can be found in the [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Manifest/Reference/icons).