From 0ca61001abbc0619bcca47a2830a4dcc093d217f Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 16:50:37 +0000 Subject: [PATCH] chore: update EVA logo and remove PWA install prompt Co-authored-by: ngoiyaeric <115367894+ngoiyaeric@users.noreply.github.com> --- app/layout.tsx | 2 -- bun.lock | 8 ++--- components/install-prompt.tsx | 53 ---------------------------------- package.json | 2 +- public/images/eva-logo.png | Bin 206882 -> 258024 bytes 5 files changed, 5 insertions(+), 60 deletions(-) delete mode 100644 components/install-prompt.tsx diff --git a/app/layout.tsx b/app/layout.tsx index d374cb4c..21e866c4 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -19,7 +19,6 @@ import { HistorySidebar } from '@/components/history-sidebar' import { MapLoadingProvider } from '@/components/map-loading-context'; import ConditionalLottie from '@/components/conditional-lottie'; import { MapProvider as MapContextProvider } from '@/components/map/map-context' -import { InstallPrompt } from '@/components/install-prompt' import { SWUpdateNotification } from '@/components/sw-update-notification' const fontSans = FontSans({ @@ -127,7 +126,6 @@ export default function RootLayout({