From 6df319166dd7b40634e2d7b522bd0256dc9d6eb7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 2 Feb 2026 21:29:52 -0500 Subject: [PATCH] feat: update favicon to match dashboard Activity icon Created SVG icon that matches the Activity/pulse icon used in the app: - Blue gradient background matching the app theme - White pulse/activity line icon - Updated layout.tsx to use the new SVG icon --- app/layout.tsx | 6 +++--- public/icon.svg | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 public/icon.svg diff --git a/app/layout.tsx b/app/layout.tsx index e4b16ad..6b18b2f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,9 +13,9 @@ export const metadata: Metadata = { title: "Pulse - PSA Management System", description: "Modern dashboard for Autotask PSA integration with RMM and NMS mapping", icons: { - icon: "/favicon.ico", - shortcut: "/favicon.ico", - apple: "/favicon.ico", + icon: "/icon.svg", + shortcut: "/icon.svg", + apple: "/icon.svg", }, }; diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..dc50ad2 --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + +