]> PHS Git Server - phs-admin.git/commitdiff
Adding new icon and logos, and site info.
authorcharles <charles.wray@phasecustomsoft.com>
Fri, 19 Sep 2025 17:47:12 +0000 (17:47 +0000)
committercharles <charles.wray@phasecustomsoft.com>
Fri, 19 Sep 2025 17:47:12 +0000 (17:47 +0000)
public/circuitry192.png [new file with mode: 0644]
public/circuitry512.png [new file with mode: 0644]
public/favicon.ico
public/index.html
public/manifest.json
public/pcs192.png [new file with mode: 0644]
public/pcs512.png [new file with mode: 0644]

diff --git a/public/circuitry192.png b/public/circuitry192.png
new file mode 100644 (file)
index 0000000..29ad402
Binary files /dev/null and b/public/circuitry192.png differ
diff --git a/public/circuitry512.png b/public/circuitry512.png
new file mode 100644 (file)
index 0000000..707ef97
Binary files /dev/null and b/public/circuitry512.png differ
index a11777cc471a4344702741ab1c8a588998b1311a..e0fe34986a7cd3755f17c5a45110d80360dd81d6 100644 (file)
Binary files a/public/favicon.ico and b/public/favicon.ico differ
index aa069f27cbd9d53394428171c3989fd03db73c76..e359a8d20c1c58a827c5ca95d7c6498bfa5982ea 100644 (file)
@@ -6,10 +6,10 @@
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="theme-color" content="#000000" />
     <meta
-      name="description"
+      name="Admin Interface for Phase Custom Software"
       content="Web site created using create-react-app"
     />
-    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
+    <link rel="apple-touch-icon" href="%PUBLIC_URL%/pcs192.png" />
     <!--
       manifest.json provides metadata used when your web app is installed on a
       user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -24,7 +24,7 @@
       work correctly both with client-side routing and a non-root public URL.
       Learn how to configure a non-root public URL by running `npm run build`.
     -->
-    <title>React App</title>
+    <title>Phase Admin</title>
   </head>
   <body>
     <noscript>You need to enable JavaScript to run this app.</noscript>
index 080d6c77ac21bb2ef88a6992b2b73ad93daaca92..e7b30ee0455192238b3706a62a12c2a30f61850c 100644 (file)
@@ -1,6 +1,6 @@
 {
-  "short_name": "React App",
-  "name": "Create React App Sample",
+  "short_name": "Phase Admin",
+  "name": "Admin Interface for Phase Custom Software",
   "icons": [
     {
       "src": "favicon.ico",
@@ -8,12 +8,12 @@
       "type": "image/x-icon"
     },
     {
-      "src": "logo192.png",
+      "src": "pcs192.png",
       "type": "image/png",
       "sizes": "192x192"
     },
     {
-      "src": "logo512.png",
+      "src": "pcs512.png",
       "type": "image/png",
       "sizes": "512x512"
     }
diff --git a/public/pcs192.png b/public/pcs192.png
new file mode 100644 (file)
index 0000000..958e073
Binary files /dev/null and b/public/pcs192.png differ
diff --git a/public/pcs512.png b/public/pcs512.png
new file mode 100644 (file)
index 0000000..a5e6166
Binary files /dev/null and b/public/pcs512.png differ