Allow using different apple-touch-icon
This commit is contained in:
parent
581828d49a
commit
bcb2407b02
@ -363,7 +363,7 @@ function Home({ initialSettings }) {
|
||||
{settings.favicon ? (
|
||||
<>
|
||||
<link rel="icon" href={settings.favicon} />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href={settings.favicon} />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href={settings.appleTouchIcon ?? settings.favicon} />
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user