From 59defcefe51d401641f781877af636e93b498bcd Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Thu, 16 Oct 2025 09:52:25 -0500 Subject: [PATCH] Simplify header to show only [W13] logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove "Warehouse13" text from header - Header now displays just the [W13] logo with badges - Cleaner, more minimalist design - Applied to both Angular frontend and static HTML 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/src/app/app.ts | 2 +- static/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/app.ts b/frontend/src/app/app.ts index 633f52c..eeb5b0d 100644 --- a/frontend/src/app/app.ts +++ b/frontend/src/app/app.ts @@ -11,7 +11,7 @@ import { ArtifactService } from './services/artifact'; template: `
-

Warehouse13

+

{{ deploymentMode }} {{ storageBackend }} diff --git a/static/index.html b/static/index.html index 4ad1dd1..a41a8ad 100644 --- a/static/index.html +++ b/static/index.html @@ -10,7 +10,7 @@
-

Warehouse13

+