feat: add PWA install icon and uppercase branding

This commit is contained in:
Federico Jaramillo Martinez
2026-05-23 20:50:45 +02:00
parent 428f7bb8c2
commit 1546143038
38 changed files with 248 additions and 211 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ class PiWebActionsPanel extends HTMLElement {
private openWorkspaceTerminal(terminalId?: string): void {
if (this.openTerminalValue === undefined) {
this.status = { kind: "error", message: "This Pi Web version does not provide terminal navigation to plugins." };
this.status = { kind: "error", message: "This PI WEB version does not provide terminal navigation to plugins." };
this.render();
return;
}