Add PLATFORM_NAME
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { A } from "@solidjs/router"
|
||||
import { PLATFORM_NAME } from "../lib/nostr"
|
||||
|
||||
export default function Navbar() {
|
||||
return (
|
||||
<nav class="bg-white border-b border-gray-200">
|
||||
<div class="max-w-5xl mx-auto px-4 h-14 flex items-center justify-between">
|
||||
<A href="/" class="font-bold text-gray-900 text-lg">
|
||||
Relay Hosting
|
||||
{PLATFORM_NAME}
|
||||
</A>
|
||||
<div class="flex items-center gap-4">
|
||||
<A href="/relays" class="text-sm text-gray-600 hover:text-gray-900">
|
||||
|
||||
Reference in New Issue
Block a user