♻️ Fix default img paths

This commit is contained in:
Manuel
2023-04-11 18:59:56 +02:00
parent d920c6319f
commit 530b158f4e
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ export function Head() {
{/* configure apple splash screen & touch icon */}
<link
rel="apple-touch-icon"
href={config?.settings.customization.faviconUrl || '/imgs/favicon/favicon-squared.png'}
href={config?.settings.customization.faviconUrl || '/imgs/favicon/favicon.svg'}
/>
<meta
name="apple-mobile-web-app-title"