Show hostname as header site name

This commit is contained in:
Kieran 2022-03-11 14:57:17 +00:00
parent 5bceed007d
commit 5c23accf89
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -30,7 +30,7 @@ export function Header() {
return ( return (
<div className="header page"> <div className="header page">
<div className="title"> <div className="title">
<Link to="/">void.cat</Link> <Link to="/">{window.location.hostname}</Link>
</div> </div>
{profile ? {profile ?
<InlineProfile profile={profile} options={{ <InlineProfile profile={profile} options={{