Skip to content

Commit

Permalink
Port #2104
Browse files Browse the repository at this point in the history
  • Loading branch information
MbonuJennifer committed May 22, 2024
1 parent af75294 commit b74b103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/admin-panel-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ To replace the favicon, use the following procedure:
4. Update `./src/admin/app.js` with the following:

```js title="./src/admin/app.js"
import favicon from "../extensions/favicon.png";
import favicon from "./extensions/favicon.png";

export default {
config: {
Expand Down

0 comments on commit b74b103

Please sign in to comment.