diff --git a/src/components/header.jsx b/src/components/header.jsx index 04b83fd..1a5b186 100644 --- a/src/components/header.jsx +++ b/src/components/header.jsx @@ -16,7 +16,7 @@ export default function Header(props) { return ( {`${unreadString}${titleString}Qmining${ - typeof window !== 'undefined' ? `| ${window.location.domain}` : '' + typeof window !== 'undefined' ? ` | ${window.location.host}` : '' }`} )