mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
✨ Ability to change title and icons V2!
Results of criticism in pull request #182
This commit is contained in:
@@ -7,8 +7,8 @@ export function HeaderConfig(props: any) {
|
||||
|
||||
return (
|
||||
<Head>
|
||||
<title>{config.title ?? "Homarr 🦞"}</title>
|
||||
<link rel="shortcut icon" href={config.favicon ?? "/favicon.svg"} />
|
||||
<title>{config.settings.title || 'Homarr 🦞'}</title>
|
||||
<link rel="shortcut icon" href={config.settings.favicon || '/favicon.svg'} />
|
||||
</Head>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user