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
This commit is contained in:
parent
49adba17f1
commit
6df319166d
2 changed files with 13 additions and 3 deletions
|
|
@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue