From 1360c40e7037e932ad418058c085a860752518f5 Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Fri, 8 May 2026 23:12:02 +0200 Subject: [PATCH] Remove POC branding --- src/client/index.html | 4 ++-- src/client/src/components/PiWebApp.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/client/index.html b/src/client/index.html index 0692e88..572ac6e 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -3,14 +3,14 @@ - Pi Web POC + Pi Web - + diff --git a/src/client/src/components/PiWebApp.ts b/src/client/src/components/PiWebApp.ts index 24f1cf9..035221f 100644 --- a/src/client/src/components/PiWebApp.ts +++ b/src/client/src/components/PiWebApp.ts @@ -28,7 +28,7 @@ import "./ProjectDialog"; import "./WorkspacePanel"; import { appStyles } from "./shared"; -@customElement("pi-web-poc") +@customElement("pi-web-app") export class PiWebApp extends LitElement { @state() private state: AppState = initialAppState(); @query("chat-view") private chatView?: ChatView; @@ -196,7 +196,7 @@ export class PiWebApp extends LitElement { }); return html`
- Pi Web POC + Pi Web
this.withChatScrollTransition(() => this.workspaces.selectProject(project))} .onClose=${(project: Project) => this.projects.closeProject(project.id)}>