From 696569e6c71bb74eed3ae629758e92e91a0e12a4 Mon Sep 17 00:00:00 2001 From: jramos Date: Wed, 28 Jan 2026 14:44:51 -0700 Subject: [PATCH] Changed browsar tab to read dashboard instead of ReactApp --- frontend/public/index.html | 4 ++-- frontend/public/manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 7ab22d6..0640fca 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -7,7 +7,7 @@ - React App + CVE Dashboard diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 080d6c7..a682b04 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "SCD", + "name": "Steam CVE Dashboard", "icons": [ { "src": "favicon.ico",