From 4e6c16bb8b22fff282a775836597b00e02135a18 Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Wed, 13 Dec 2023 16:10:32 +0100 Subject: [PATCH] Update favicon extensions in admin panel custom. examples --- docusaurus/docs/dev-docs/admin-panel-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/dev-docs/admin-panel-customization.md b/docusaurus/docs/dev-docs/admin-panel-customization.md index dd592b3c6b..89f7cec7d7 100644 --- a/docusaurus/docs/dev-docs/admin-panel-customization.md +++ b/docusaurus/docs/dev-docs/admin-panel-customization.md @@ -448,7 +448,7 @@ To replace the favicon, use the following procedure: 1. (_optional_) Create a `./src/admin/extensions/` folder if the folder does not already exist. 2. Upload your favicon into `./src/admin/extensions/`. -3. Replace the existing **favicon.ico** file at the Strapi application root with a custom `favicon.ico` file. +3. Replace the existing **favicon.png|ico** file at the Strapi application root with a custom `favicon.png|ico` file. 4. Update `./src/admin/app.js` with the following: ```js title="./src/admin/app.js"