From b7d412b4720e9e08ce8ef02255ae2c1af837a6f6 Mon Sep 17 00:00:00 2001 From: sadfun Date: Sun, 6 Sep 2026 11:26:58 +0200 Subject: [PATCH 1/5] Use the Wirebot website logo in the web app --- src/miniapp/app.tsx | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/miniapp/app.tsx b/src/miniapp/app.tsx index 37beea5..aa0857f 100644 --- a/src/miniapp/app.tsx +++ b/src/miniapp/app.tsx @@ -1,5 +1,5 @@ /** Shared browser and Telegram application shell. */ -import { CalendarClock, LogOut, SlidersHorizontal, Sparkles, Terminal } from "lucide-react"; +import { CalendarClock, LogOut, SlidersHorizontal, Sparkles } from "lucide-react"; import { type ReactElement, useEffect, useState } from "react"; import { requestSnapshot } from "./api.js"; import { SchedulesManager } from "./schedules.js"; @@ -101,7 +101,7 @@ export function SettingsApp({ aria-label="Main navigation" brand={ <> -