mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
header fix
This commit is contained in:
@@ -16,7 +16,7 @@ export default function Header(props) {
|
||||
return (
|
||||
<Head>
|
||||
<title>{`${unreadString}${titleString}Qmining${
|
||||
typeof window !== 'undefined' ? `| ${window.location.domain}` : ''
|
||||
typeof window !== 'undefined' ? ` | ${window.location.host}` : ''
|
||||
}`}</title>
|
||||
</Head>
|
||||
)
|
||||
|
Reference in New Issue
Block a user