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)}>