mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
header fix
This commit is contained in:
parent
a2c3d7c72f
commit
c0a36fccad
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue