From a61d1493f53ec1ad4766a7e4861dfc3b671527c1 Mon Sep 17 00:00:00 2001 From: mroxso <24775431+mroxso@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:36:20 +0200 Subject: [PATCH] Rename remaining visible "Nostr OS" strings to LAYER.systems Covers the About window heading, the mobile shell header and the app icon's aria-label, so the visible branding matches the page title. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_014YtQoCzkP7Bo8nruhxojPi --- public/icon.svg | 2 +- src/apps/about/index.tsx | 2 +- src/components/os/MobileAppShell.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/icon.svg b/public/icon.svg index 485913a..0dd4470 100644 --- a/public/icon.svg +++ b/public/icon.svg @@ -1,4 +1,4 @@ - + diff --git a/src/apps/about/index.tsx b/src/apps/about/index.tsx index 5edc74e..280e808 100644 --- a/src/apps/about/index.tsx +++ b/src/apps/about/index.tsx @@ -27,7 +27,7 @@ export default function AboutApp({ setTitle }: AppProps) { -

Nostr OS

+

LAYER.systems

A Nostr client shaped like a desktop. Every part of it is an app in a window you can move, resize, stack and keep open side by side — reading a thread does not diff --git a/src/components/os/MobileAppShell.tsx b/src/components/os/MobileAppShell.tsx index 41c1289..4cf7777 100644 --- a/src/components/os/MobileAppShell.tsx +++ b/src/components/os/MobileAppShell.tsx @@ -46,7 +46,7 @@ export function MobileAppShell() { ) : ( - Nostr OS + LAYER.systems )}