header fix

This commit is contained in:
mrfry 2023-04-11 20:53:24 +02:00
parent a2c3d7c72f
commit c0a36fccad

View file

@ -16,7 +16,7 @@ export default function Header(props) {
return ( return (
<Head> <Head>
<title>{`${unreadString}${titleString}Qmining${ <title>{`${unreadString}${titleString}Qmining${
typeof window !== 'undefined' ? `| ${window.location.domain}` : '' typeof window !== 'undefined' ? ` | ${window.location.host}` : ''
}`}</title> }`}</title>
</Head> </Head>
) )