diff --git a/public/healthz.json b/public/healthz.json index 04e14bb..672bb2b 100644 --- a/public/healthz.json +++ b/public/healthz.json @@ -2,7 +2,7 @@ "status": "ok", "service": "aitherboard", "version": "0.1.0", - "buildTime": "2026-02-02T13:24:45.619Z", + "buildTime": "2026-02-02T13:56:52.264Z", "gitCommit": "unknown", - "timestamp": 1770038685620 + "timestamp": 1770040612264 } \ No newline at end of file diff --git a/src/lib/components/layout/Header.svelte b/src/lib/components/layout/Header.svelte index 09ebd15..647d2ac 100644 --- a/src/lib/components/layout/Header.svelte +++ b/src/lib/components/layout/Header.svelte @@ -1,22 +1,33 @@
-
- Aitherboard banner - -
+
+
+ Aitherboard banner + +
+
@@ -24,9 +35,11 @@
Aitherboard
- - {#if isLoggedIn} - Logged in as: {currentPubkey?.slice(0, 16)}... + Threads + Feed + {#if isLoggedIn && currentPubkey} + Logged in as +
diff --git a/src/lib/components/layout/ProfileBadge.svelte b/src/lib/components/layout/ProfileBadge.svelte index 3056ea6..1595487 100644 --- a/src/lib/components/layout/ProfileBadge.svelte +++ b/src/lib/components/layout/ProfileBadge.svelte @@ -1,5 +1,5 @@
-
-