From 63b4294c9c601aaf224b73608d334274e20e9cc6 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 9 Mar 2026 22:25:25 -0700 Subject: [PATCH] fix: use [rS] favicon.png across all server-rendered pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace inline SVG emoji (🌌) favicons with /favicon.png in all four shell renderers and both landing page renderers. Co-Authored-By: Claude Opus 4.6 --- server/landing.ts | 4 ++-- server/shell.ts | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/landing.ts b/server/landing.ts index 84c9210..d08b619 100644 --- a/server/landing.ts +++ b/server/landing.ts @@ -30,7 +30,7 @@ export function renderMainLanding(modules: ModuleInfo[]): string { - + rSpace — Community Platform @@ -272,7 +272,7 @@ export function renderSpaceDashboard(space: string, modules: ModuleInfo[]): stri - + ${escapeHtml(displayName)} | rSpace diff --git a/server/shell.ts b/server/shell.ts index ceb07c6..4c91ddc 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -103,7 +103,7 @@ export function renderShell(opts: ShellOptions): string { - + ${escapeHtml(title)} @@ -732,7 +732,7 @@ export function renderExternalAppShell(opts: ExternalAppShellOptions): string { - + ${escapeHtml(title)} @@ -986,7 +986,7 @@ export function renderModuleLanding(opts: ModuleLandingOptions): string { - + ${escapeHtml(mod.name)} — rSpace @@ -1319,7 +1319,7 @@ export function renderSubPageInfo(opts: SubPageInfoOptions): string { - + ${escapeHtml(subPage.title)} — ${escapeHtml(mod.name)} | rSpace