From 6f07a9ee1994b98565bc8cdc12220b2086c17b66 Mon Sep 17 00:00:00 2001 From: Dean Stratakos <29683763+dastratakos@users.noreply.github.com> Date: Mon, 4 May 2026 09:38:54 -0700 Subject: [PATCH] feat(web): add Stage favicon to the web UI Copy favicon assets from the hosted Stage monorepo and add link tags to index.html so the browser tab shows the Stage icon. --- packages/web/index.html | 3 +++ packages/web/public/favicon-16.png | Bin 0 -> 495 bytes packages/web/public/favicon-32.png | Bin 0 -> 796 bytes packages/web/public/favicon.ico | Bin 0 -> 2287 bytes 4 files changed, 3 insertions(+) create mode 100644 packages/web/public/favicon-16.png create mode 100644 packages/web/public/favicon-32.png create mode 100644 packages/web/public/favicon.ico diff --git a/packages/web/index.html b/packages/web/index.html index e9dcf2d..16df7c5 100644 --- a/packages/web/index.html +++ b/packages/web/index.html @@ -3,6 +3,9 @@ + + + Stage CLI