mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-09-21 19:30:56 +02:00
Show hostname as header site name
This commit is contained in:
@@ -30,7 +30,7 @@ export function Header() {
|
||||
return (
|
||||
<div className="header page">
|
||||
<div className="title">
|
||||
<Link to="/">void.cat</Link>
|
||||
<Link to="/">{window.location.hostname}</Link>
|
||||
</div>
|
||||
{profile ?
|
||||
<InlineProfile profile={profile} options={{
|
||||
|
Reference in New Issue
Block a user