🐛 fix default favicon path (#492)

This commit is contained in:
Manuel
2022-10-31 17:36:45 +01:00
committed by GitHub
parent 14920d4b57
commit 3cfeac4678
18 changed files with 18 additions and 18 deletions

View File

@@ -83,7 +83,7 @@ function MatchService(name: string, form: any) {
}
}
const DEFAULT_ICON = '/favicon.png';
const DEFAULT_ICON = '/imgs/favicon/favicon.png';
interface AddAppShelfItemFormProps {
setOpened: (b: boolean) => void;